Liking cljdoc? Tell your friends :D

sayid.workspace

The in-memory capture store: the active workspace that traces record into, and the operations over it - reset, clear the log, enable/disable/remove traces, and look up what's traced.

The in-memory capture store: the active workspace that traces record into, and
the operations over it - reset, clear the log, enable/disable/remove traces, and
look up what's traced.
raw docstring

add-trace-*!clj

(add-trace-*! ws type sym)
source

clear-log!clj

(clear-log! ws)
source

deep-deref!clj

(deep-deref! tree)
source

default-tracedclj

source

default-workspaceclj

(default-workspace)
source

disable-all-traces!clj

(disable-all-traces! ws)
(disable-all-traces! ws filter-fn)
source

disable-trace-fn!clj

(disable-trace-fn! ws fn-sym)
source

enable-all-traces!clj

(enable-all-traces! ws)
(enable-all-traces! ws filter-fn)
source

enable-trace-fn!clj

(enable-trace-fn! ws fn-sym)
source

init!clj

(init! ws & [quiet])
source

load!clj

(load! ws ws-shelf slot & [force])
source

remove-all-traces!clj

(remove-all-traces! ws)
source

remove-trace-*!clj

(remove-trace-*! ws type sym)

Untrace all fns in the given name space.

Untrace all fns in the given name space.
sourceraw docstring

remove-trace-fn!clj

(remove-trace-fn! ws fn-sym)
source

reset-to-nil!clj

(reset-to-nil! ws)
source

save!clj

(save! ws ws-shelf)
source

save-as!clj

(save-as! ws ws-shelf slot)
source

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