(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
(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`
(get-timestamp)
(init-tap)
(init-tap tap-name)
(init-tap tap-id tap-name)
(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
(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
(ref-trace ref-id patch)
Sends the :flow-storm/ref-trace
trace
Sends the `:flow-storm/ref-trace` trace
(serialize-val v)
(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.
(trace-ref ref {:keys [ref-name ignore-keys]})
(trace-tap tap-id tap-name v)
(untrace-ref ref)
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close