Liking cljdoc? Tell your friends :D

codax.prefix


clear-prefixclj

(clear-prefix tx)

Clears the prefix of the transaction. This is the default state of a new transaction object.

Clears the prefix of the transaction. This is the
default state of a new transaction object.
sourceraw docstring

extend-prefixclj

(extend-prefix tx prefix-extension)

Conjoins the current transaction prefix with prefix-extentension.

Conjoins the current transaction prefix with `prefix-extentension`.
sourceraw docstring

pop-prefixclj

(pop-prefix tx)

Replaces the active transaction prefix with the top item on the prefix stack. Throws an error if the stack is empty.

Replaces the active transaction prefix with the top item on the
prefix stack. Throws an error if the stack is empty.
sourceraw docstring

prefix-pathclj

(prefix-path tx k)

Helper function for prefixing a path with the :prefix of the transaction txn. Generally for internal library use only

Helper function for prefixing a path with the `:prefix` of the transaction `txn`.
Generally for internal library use only
sourceraw docstring

push-extend-prefixclj

(push-extend-prefix tx prefix-extension)

Stores the current transaction prefix in the prefix stack, then sets the transaction prefix to that prefix conjoined with supplied prefix-extension

Stores the current transaction prefix in the prefix stack, then
sets the transaction prefix to that prefix conjoined with supplied
`prefix-extension`
sourceraw docstring

push-prefixclj

(push-prefix tx prefix)

Stores the current transaction prefix in the prefix stack, then sets the supplied prefix as the active transaction prefix.

Stores the current transaction prefix in the prefix stack, then
sets the supplied `prefix` as the active transaction prefix.
sourceraw docstring

set-prefixclj

(set-prefix tx prefix)
source

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

× close