Liking cljdoc? Tell your friends :D

flow-storm.debugger.runtime-api


*cache-disabled?*clj


api-callclj

(api-call call-type fn-name args)
(api-call call-type cache fname args)

cached-applyclj

(cached-apply cache cache-key f args)

rt-apiclj


RuntimeApiPcljprotocol

get-all-vars-for-nsclj

(get-all-vars-for-ns _ nsname)

instrument-varclj

(instrument-var _ var-ns var-name opts)

callstack-node-frameclj

(callstack-node-frame _ node)

callstack-tree-root-nodeclj

(callstack-tree-root-node _ flow-id thread-id)

tap-valueclj

(tap-value _ v)

frame-dataclj

(frame-data _ flow-id thread-id idx)

callstack-node-childsclj

(callstack-node-childs _ node)

timeline-entryclj

(timeline-entry _ flow-id thread-id idx)

bindingsclj

(bindings _ flow-id thread-id idx)

shallow-valclj

(shallow-val _ v)

timeline-countclj

(timeline-count _ flow-id thread-id)

clear-values-referencesclj

(clear-values-references _)

get-var-metaclj

(get-var-meta _ var-ns var-name)

def-valueclj

(def-value _ v-name v)

search-next-frame-idxclj

(search-next-frame-idx _ flow-id thread-id query-str from-idx opts)

fn-call-statsclj

(fn-call-stats _ flow-id thread-id)

find-fn-frames-lightclj

(find-fn-frames-light _ flow-id thread-id fn-ns fn-name form-id)

uninstrument-varclj

(uninstrument-var _ var-ns var-name opts)

get-all-namespacesclj

(get-all-namespaces _)

get-formclj

(get-form _ flow-id thread-id form-id)

clear-api-cacheclj

(clear-api-cache _)

uninstrument-namespacesclj

(uninstrument-namespaces _ nanames opts)

eval-formclj

(eval-form _ form-str opts)

discard-flowclj

(discard-flow _ flow-id)

interrupt-all-tasksclj

(interrupt-all-tasks _)

instrument-namespacesclj

(instrument-namespaces _ nsnames opts)

val-pprintclj

(val-pprint _ v opts)

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

× close