Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

malli.dev.cljs


collect-all!clj/smacro

(collect-all!)
source

start!clj/smacro

(start!)
(start! options)

Collects defn schemas from all loaded namespaces and starts instrumentation for a filtered set of function Vars (e.g. defns). See malli.core/-instrument for possible options. Also emits clj-kondo type annotations. This does NOT re-instrument functions if the function schemas change - use hot reloading to get a similar effect.

Collects defn schemas from all loaded namespaces and starts instrumentation for
a filtered set of function Vars (e.g. `defn`s). See [[malli.core/-instrument]] for possible options.
Also emits clj-kondo type annotations.
This does NOT re-instrument functions if the function schemas change - use hot reloading to get a similar effect.
sourceraw docstring

start!*clj

(start!* env options)
source

stop!clj/smacro

(stop!)

Stops instrumentation for all functions vars and removes clj-kondo type annotations.

Stops instrumentation for all functions vars and removes clj-kondo type annotations.
sourceraw docstring

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

× close