Liking cljdoc? Tell your friends :D

flow-storm.tracer


*flow-id*clj/s


bound-traceclj/s

(bound-trace symb val {:keys [coor form-id form-flow-id]})

Instrumentation function. Sends the :flow-storm/add-bind-trace trace

Instrumentation function. Sends the `:flow-storm/add-bind-trace` trace
raw docstring

connectclj/s

(connect)
(connect {:keys [host port protocol tap-name]})

Connects to the flow-storm debugger. When connection is ready, replies any events hold in pre-conn-events-holder

Connects to the flow-storm debugger.
When connection is ready, replies any events hold in `pre-conn-events-holder`
raw docstring

get-timestampclj/s

(get-timestamp)

init-tapclj/s

(init-tap)
(init-tap tap-name)
(init-tap tap-id tap-name)

init-traceclj/s

(init-trace {:keys [form-id form-flow-id flow-id args-vec fn-name]} form)

Instrumentation function. Sends the :flow-storm/init-trace trace

Instrumentation function. Sends the `:flow-storm/init-trace` trace
raw docstring

pre-conn-events-holderclj/s


ref-init-traceclj/s

(ref-init-trace ref-id ref-name init-val)

Sends the :flow-storm/ref-init-trace trace

Sends the `:flow-storm/ref-init-trace` trace
raw docstring

ref-traceclj/s

(ref-trace ref-id patch)

Sends the :flow-storm/ref-trace trace

Sends the `:flow-storm/ref-trace` trace
raw docstring

send-fn-aclj/s


serialize-valclj/s

(serialize-val v)

trace-and-returnclj/s

(trace-and-return result
                  err
                  {:keys [coor outer-form? form-id form-flow-id]}
                  orig-form)

Instrumentation function. Sends the :flow-storm/add-trace trace and returns the result.

Instrumentation function. Sends the `:flow-storm/add-trace` trace and returns the result.
raw docstring

trace-refclj/s

(trace-ref ref {:keys [ref-name ignore-keys]})

trace-tapclj/s

(trace-tap tap-id tap-name v)

untrace-refclj/s

(untrace-ref ref)

ws-sendclj/s

(ws-send event)

Send the event thru the connected websocket. If the websocket connection is not ready, hold it in pre-conn-events-holder

Send the event thru the connected websocket. If the websocket
connection is not ready, hold it in `pre-conn-events-holder`
raw docstring

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

× close