Liking cljdoc? Tell your friends :D

mount.extensions.explicit-deps

This extension offers more advanced up-to starting and down-to stopping, by declaring the dependencies of defstates explicitly. It will only start or stop the transitive dependencies or dependents.

Using these functions, the defstates or substitute states must declare a :dependencies field, which may be nil.

This extension offers more advanced up-to starting and down-to
stopping, by declaring the dependencies of defstates explicitly. It
will only start or stop the transitive dependencies or dependents.

Using these functions, the defstates or substitute states *must*
declare a `:dependencies` field, which may be nil.
raw docstring

build-graphsclj

(build-graphs)

Build two graphs of state keywords, represented as maps where the values are the dependencies or dependents of the keys. See also mount.extensions.common-deps/with-transitives.

Build two graphs of state keywords, represented as maps where the
values are the dependencies or dependents of the keys. See also
`mount.extensions.common-deps/with-transitives`.
sourceraw docstring

startclj

(start)
(start up-to-var)

Just like the core start, except with an up-to-varit only starts the explicit transitive dependencies of that state.

Just like the core `start`, except with an `up-to-var`it only
starts the explicit transitive dependencies of that state.
sourceraw docstring

stopclj

(stop)
(stop down-to-var)

Just like the core stop, except with a down-to-var it only stops the explicit transitive dependents of that state.

Just like the core `stop`, except with a `down-to-var` it only
stops the explicit transitive dependents of that state.
sourceraw docstring

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

× close