Liking cljdoc? Tell your friends :D

inspector.core


*modify-fns*clj

When set as true - the data of all fns running in that thread (and threads it spawns) will be tracked.

When set as true - the data of all fns running in that thread (and threads it spawns) will be tracked.
sourceraw docstring

*state*clj

Contains any information that need to be shared in a thread and all its children threads.

Contains any information that need to be shared in a thread and all its children threads.
sourceraw docstring

attach-templateclj

(attach-template fn-vars template)
source

attach-template-permanentclj

(attach-template-permanent fn-vars template)

Alter root binding of fn-vars to point to new value which is a wrapper over the original value

Alter root binding of `fn-vars` to point to new value which is a wrapper over the original value
sourceraw docstring

create-templateclj

(create-template before-rules after-rules)

Attaches rules (i.e. condition action pairs) before and after execution of a function.

Attaches rules (i.e. condition action pairs) before and after execution of a function.
sourceraw docstring

get-thread-idclj

(get-thread-id)
source

idclj

Unique identifier for each function call. Same fn called with same arguments, will be assigned different id each time its called.

Unique identifier for each function call.
Same fn called with same arguments, will be assigned different id each time its called.
sourceraw docstring

modify-allclj

When set as true - the data of all fns running across all threads will be tracked.

When set as true - the data of all fns running across all threads will be tracked.
sourceraw docstring

nano-timeclj

(nano-time)
source

restore-original-valueclj

(restore-original-value fn-vars)
source

run-rulesclj

(run-rules rules meta-data fn-args shared)

Executes action if condition evaluates to truthy value.

Executes action if condition evaluates to truthy value.
sourceraw docstring

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

× close