(add-annex-runtime ns tag rt)adds a runtime to the annex
adds a runtime to the annex
(annex-current)(annex-current ns)gets the current annex. May not exist
(annex/annex-current) => any?
gets the current annex. May not exist (annex/annex-current) => any?
(annex-reset)(annex-reset ns)resets the current annex
resets the current annex
(clear-annex)(clear-annex ns)clears all runtimes in the annex
clears all runtimes in the annex
(deregister-annex-tag ns tag)removes the config for the tag
removes the config for the tag
(get-annex)(get-annex ns)gets the current annex in the namespace
gets the current annex in the namespace
(get-annex-book ns lang)gets the current book in the annex
(annex/get-annex-book (h/ns-sym) :lua) => book/book?
gets the current book in the annex (annex/get-annex-book (h/ns-sym) :lua) => book/book?
(get-annex-library ns)gets the current annex library
(annex/get-annex-library (h/ns-sym)) => lib/library?
gets the current annex library (annex/get-annex-library (h/ns-sym)) => lib/library?
(get-annex-runtime ns tag)gets the annex rutime
gets the annex rutime
(register-annex-tag ns tag lang runtime config)registers a config for the tag
registers a config for the tag
(remove-annex-runtime ns tag)removes the annex runtime
removes the annex runtime
(rt-annex:create {:keys [id] :as m})creates an annex object
(annex/rt-annex:create {}) => annex/rt-annex?
creates an annex object
(annex/rt-annex:create {})
=> annex/rt-annex?(rt-annex? obj)checks that object is an annex
checks that object is an annex
(same-runtime? rt lang runtime config)checks that one runtime is the same as another
checks that one runtime is the same as another
(start-runtime lang runtime config)starts the runtime in the annex
starts the runtime in the annex
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 |