(find-vars {:keys [namespaces ns-meta ns-prefix vars var-meta]})
Find vars in your project according to one or more of the following queries:
:namespaces
(collection of namespaces in symbol or string format):ns-meta
(namespaces which contain this metadata):ns-prefix
(namespaces with this prefix):vars
(collection of vars in symbol or string format):var-meta
(vars which contain this metadata)Find vars in your project according to one or more of the following queries: - `:namespaces` (collection of namespaces in symbol or string format) - `:ns-meta` (namespaces which contain this metadata) - `:ns-prefix` (namespaces with this prefix) - `:vars` (collection of vars in symbol or string format) - `:var-meta` (vars which contain this metadata)
(get-var-info v)
(instrument! vars {:keys [mode]})
Instrument vars of your choice.
:mode
can be :instrument
to instrument or :unstrument
to remove the
instrumentation.
See find-vars
.
Instrument vars of your choice. `:mode` can be `:instrument` to instrument or `:unstrument` to remove the instrumentation. See `find-vars`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close