Function: cider-trace-fold-all

cider-trace-fold-all is an interactive and byte-compiled function defined in cider-tracing.el.

Signature

(cider-trace-fold-all)

Documentation

Fold every call in the trace buffer.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-tracing.el
(defun cider-trace-fold-all ()
  "Fold every call in the trace buffer."
  (interactive)
  (cider-trace--set-all-folds t))