Liking cljdoc? Tell your friends :D

dirac.nrepl.driver


caught!clj

(caught! driver e repl-env opts)
source

flush!clj

(flush! driver)
source

flush-handlerclj

(flush-handler driver sniffer-key)

This method gets called every time out (or err) gets flushed. If flushing is allowed, our job is to send accumulated (recorded) output to client side. In case of recording was suppressed, we throw away the content and just flip the flag back instead.

This method gets called every time *out* (or *err*) gets flushed.
If flushing is allowed, our job is to send accumulated (recorded) output to client side.
In case of recording was suppressed, we throw away the content and just flip the flag back instead.
sourceraw docstring

flush-sniffer!clj

(flush-sniffer! driver sniffer-key)
(flush-sniffer! driver sniffer-key output-kind)
source

get-current-jobclj

(get-current-job driver)
source

get-initial-settingsclj

(get-initial-settings)
source

get-send-response-fnclj

(get-send-response-fn driver)
source

get-snifferclj

(get-sniffer driver sniffer-key)
source

make-driverclj

(make-driver extra-settings)
source

recording?clj

(recording? driver)
source

report-outputclj

(report-output driver output-kind content)
source

reset-sniffer-state!clj

(reset-sniffer-state! driver sniffer-key)
source

send!clj

(send! driver msg)
source

set-sniffer!clj

(set-sniffer! driver sniffer-key sniffer)
source

start-job!clj

(start-job! driver job)
source

start-recording!clj

(start-recording! driver)
source

stop-job!clj

(stop-job! driver)
source

stop-recording!clj

(stop-recording! driver)
source

wrap-with-driverclj

(wrap-with-driver job-id start-fn send-response-fn output-format)
source

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

× close