Function: cider-log-consumer-id

cider-log-consumer-id is a byte-compiled function defined in cider-log.el.

Signature

(cider-log-consumer-id CONSUMER)

Documentation

Return the id of the log CONSUMER.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(defun cider-log-consumer-id (consumer)
  "Return the id of the log CONSUMER."
  (nrepl-dict-get consumer "id"))