Liking cljdoc? Tell your friends :D

std.lang.base.script-annex


+init-annex+clj


add-annex-runtimeclj

(add-annex-runtime ns tag rt)

adds a runtime to the annex

adds a runtime to the annex
raw docstring

annex-currentclj

(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?
raw docstring

annex-resetclj

(annex-reset)
(annex-reset ns)

resets the current annex

resets the current annex
raw docstring

clear-annexclj

(clear-annex)
(clear-annex ns)

clears all runtimes in the annex

clears all runtimes in the annex
raw docstring

deregister-annex-tagclj

(deregister-annex-tag ns tag)

removes the config for the tag

removes the config for the tag
raw docstring

get-annexclj

(get-annex)
(get-annex ns)

gets the current annex in the namespace

gets the current annex in the namespace
raw docstring

get-annex-bookclj

(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?
raw docstring

get-annex-libraryclj

(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?
raw docstring

get-annex-runtimeclj

(get-annex-runtime ns tag)

gets the annex rutime

gets the annex rutime
raw docstring

register-annex-tagclj

(register-annex-tag ns tag lang runtime config)

registers a config for the tag

registers a config for the tag
raw docstring

remove-annex-runtimeclj

(remove-annex-runtime ns tag)

removes the annex runtime

removes the annex runtime
raw docstring

rt-annex:createclj

(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?
raw docstring

rt-annex?clj

(rt-annex? obj)

checks that object is an annex

checks that object is an annex
raw docstring

same-runtime?clj

(same-runtime? rt lang runtime config)

checks that one runtime is the same as another

checks that one runtime is the same as another
raw docstring

start-runtimeclj

(start-runtime lang runtime config)

starts the runtime in the annex

starts the runtime in the annex
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close