Liking cljdoc? Tell your friends :D
Clojure only.

lambdaconnect-model.utils


relevant-tagsclj

(relevant-tags rule)

Takes a rule (e.g. [= :client :NOClient.me]) and returns a set of all the tags included in the rule (in this case #{:NOClient.me}

Other example: (or (not [= :client :NOClient.me]) [= :uuid :NOClient.they/uuid]) -> #{:NOClient.me :NOClient.they}

Takes a rule (e.g. [= :client :NOClient.me]) and 
 returns a set of all the tags included in the rule (in this case #{:NOClient.me}

Other example: (or (not [= :client :NOClient.me]) [= :uuid :NOClient.they/uuid]) -> #{:NOClient.me :NOClient.they}
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close