Liking cljdoc? Tell your friends :D

com.pfeodrippe.tooling.instrumentation


*var->infoclj


additional-viewersclj


find-varsclj

(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)
raw docstring

get-var-infoclj

(get-var-info v)

instrument!clj

(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`.
raw docstring

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

× close