Function: cider-log-consumer-filters
cider-log-consumer-filters is a byte-compiled function defined in
cider-log.el.
Signature
(cider-log-consumer-filters CONSUMER)
Documentation
Return the filters of the log CONSUMER.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(defun cider-log-consumer-filters (consumer)
"Return the filters of the log CONSUMER."
(nrepl-dict-get consumer "filters"))