Function: cider-log-switch-to-buffer
cider-log-switch-to-buffer is an interactive and byte-compiled
function defined in cider-log.el.
Signature
(cider-log-switch-to-buffer ARG1)
Documentation
Switch to the Cider log event BUFFER.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(transient-define-suffix cider-log-switch-to-buffer (buffer)
"Switch to the Cider log event BUFFER."
:description "Switch to the log event buffer"
(interactive (list cider-log-buffer))
(cider-log--switch-to-buffer buffer))