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