Liking cljdoc? Tell your friends :D
Clojure only.

mount.extensions.common-deps

A namespace used by graph-related extensions, such as explicit-deps and namespace-deps.

A namespace used by graph-related extensions, such as explicit-deps
and namespace-deps.
raw docstring

with-transitivescljmacro

(with-transitives var graphs & body)

Wraps the body having the *states* extension point bound to the transitive dependencies and dependents of the given state var. The dependencies are read from the given graphs map. The graphs map holds a :dependencies key and :dependents key. Both values must hold a defstate-to-defstates direct dependency graph. The defstates are represented by namespaced keywords.

Wraps the `body` having the `*states*` extension point bound to the
transitive dependencies and dependents of the given state `var`. The
dependencies are read from the given graphs map. The graphs map
holds a `:dependencies` key and `:dependents` key. Both values must
hold a defstate-to-defstates direct dependency graph. The defstates
are represented by namespaced keywords.
sourceraw docstring

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

× close