Function: cider-trace-unfold-all
cider-trace-unfold-all is an interactive and byte-compiled function
defined in cider-tracing.el.
Signature
(cider-trace-unfold-all)
Documentation
Unfold every call in the trace buffer.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-tracing.el
(defun cider-trace-unfold-all ()
"Unfold every call in the trace buffer."
(interactive)
(cider-trace--set-all-folds nil))