(process-blueprint blueprint exclusions)
(restart-state! {:keys [blueprint state state-ref info warn]
:or {info println warn println}
:as m}
&
exclusions)
(start!
{:keys [state-ref blueprint info warn] :or {info println warn println} :as m}
&
exclusions)
(start-one! {:keys [blueprint state state-ref info warn]
:or {info println warn println}})
(start-state! {:keys [state-ref blueprint info warn]
:or {info println warn println}}
o)
(stop! {:keys [blueprint info warn] :or {info println warn println} :as m}
&
exclusions)
(stop-state! {:keys [state-ref blueprint info warn]
:or {info println warn println}}
o)
(validate blueprint)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |