Variable: cider-trace--folds
cider-trace--folds is a buffer-local variable defined in
cider-tracing.el.
Documentation
Hash table of call id -> the overlay covering that call's children.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-tracing.el
(defvar-local cider-trace--folds nil
"Hash table of call id -> the overlay covering that call's children.")