Liking cljdoc? Tell your friends :D

com.gfredericks.clj-usage-graph.usages

Functions for determining usages.

Functions for determining usages.
raw docstring

all-internal-usagesclj

(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.)
sourceraw docstring

all-usagesclj

(all-usages filenames)
source

remove-external-varsclj

(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.
sourceraw docstring

usagesclj

(usages filename)

Returns a map from vars to sets of vars

Returns a map from vars to sets of vars
sourceraw docstring

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

× close