(all-namespaces kind)
(all-namespaces kind build-id)
(all-vars-for-namespace kind ns-name)
(all-vars-for-namespace kind ns-name build-id)
(bindings flow-id thread-id idx)
(call-by-name fun-key args)
(callstack-node-childs node-ref)
(callstack-node-frame node-ref)
(callstack-tree-root-node flow-id thread-id)
(find-fn-frames-light flow-id thread-id fn-ns fn-name form-id)
(fn-call-stats flow-id thread-id)
(frame-data flow-id thread-id idx)
(get-form flow-id thread-id form-id)
(get-var-meta kind var-symb)
(get-var-meta kind var-symb {:keys [build-id]})
(instrument-namespaces kind ns-prefixes {:keys [disable-events?] :as config})
(instrument-var kind var-symb {:keys [disable-events?] :as config})
(interrupt-all-tasks)
(interrupt-task task-id)
A map from task-id -> interrupt-ch
A map from task-id -> interrupt-ch
(ping)
(publish-event! kind ev config)
(search-next-frame-idx & args)
(search-next-frame-idx* flow-id
thread-id
query-str
from-idx
params
interrupt-ch
on-progress)
(shallow-val vref)
(timeline-entry flow-id thread-id idx)
(uninstrument-namespaces kind ns-prefixes {:keys [disable-events?] :as config})
(uninstrument-var kind var-symb {:keys [disable-events?] :as config})
(val-pprint vref opts)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close