Functions for determining usages.
Functions for determining usages.
(all-internal-usages filenames)
Returns a map from vars defined in the given files to sets of vars that they reference, where the sets only contain vars also defined in those files (i.e., omitting any core clojure vars or libraries, etc.)
Returns a map from vars defined in the given files to sets of vars that they reference, where the sets only contain vars also defined in those files (i.e., omitting any core clojure vars or libraries, etc.)
(remove-external-vars usage-map)
Given a map from vars to sets of vars, removes from the sets any vars not in the top-level map.
Given a map from vars to sets of vars, removes from the sets any vars not in the top-level map.
(usages filename)
Returns a map from vars to sets of vars
Returns a map from vars to sets of vars
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close