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]})

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

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


send-fn-aclj/s


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

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