Liking cljdoc? Tell your friends :D

kamituel.s-tlbx-probe.probe

Systems toolbox component that attaches to systems' firehose to capture state snapshots and messages and exposes those to the Chrome DevTools extension.

Systems toolbox component that attaches to systems' firehose to capture state snapshots
and messages and exposes those to the Chrome DevTools extension.
raw docstring

assoc-state-snapshot-diffcljs

(assoc-state-snapshot-diff current-state msg-map)

Stores a diff between two consequtive state snapshots.

Stores a diff between two consequtive state snapshots.
raw docstring

cmp-mapcljs

(cmp-map cmp-id opts)

conj-and-drop-too-oldcljs

(conj-and-drop-too-old max-age-ms xs x)

drop-too-oldcljs

(drop-too-old max-age-ms xs)

Removes too old things (messages or snapshot diffs) from a collection. A 'thing' is too old if it has been added more than max-age-ms ms ago.

Removes too old things (messages or snapshot diffs) from a collection. A 'thing' is too old
if it has been added more than max-age-ms ms ago.
raw docstring

dump-logs-to-a-filecljs

(dump-logs-to-a-file _msg)

handle-messagecljs

(handle-message {:keys [current-state] :as msg-map})

handle-state-snapshotcljs

(handle-state-snapshot {:keys [current-state] :as msg-map})

ignore-cmd-typecljs

(ignore-cmd-type & cmd-type-kw-strs)

initcljs

(init switchboard opts)

mk-statecljs

(mk-state opts)

read-logscljs

(read-logs)

Used by a Chrome DevTools extension.

Used by a Chrome DevTools extension.
raw docstring

statecljs


stop-ignoring-cmd-typecljs

(stop-ignoring-cmd-type & cmd-type-kw-strs)

transit-writercljs

Used when transferring data over to the Chrome DevTools extension.

Used when transferring data over to the Chrome DevTools extension.
raw docstring

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

× close