Liking cljdoc? Tell your friends :D

determinism.scoper


active-nsclj

(active-ns)

Get the symbols that are just in this namespace (well, the active one anyways).

Get the symbols that are just in this namespace (well, the active one anyways).
raw docstring

everythingclj

(everything)

Get all the symbols we can find.

Get all the symbols we can find.
raw docstring

everything-filteredclj

(everything-filtered re)

Usually you would want just your project symbols, so calling with RE of: `determinism..*?/' for instance will match all symbols in this project, and rarely any else.

Usually you would want just your project symbols, so calling with RE of:
`determinism\..*?/' for instance will match all symbols in this project,
and rarely any else.
raw docstring

inner-fn?clj

(inner-fn? x)

re-vs-symbolclj

(re-vs-symbol re)

Filter regex vs a symbol.

Filter regex vs a symbol.
raw docstring

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

× close