Variable: cider-trace--fold-placeholder
cider-trace--fold-placeholder is a variable defined in
cider-tracing.el.
Value
#(" ⋯\n" 0 3 (face shadow))
Documentation
Display string shown in place of a folded call's children.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-tracing.el
(defconst cider-trace--fold-placeholder
(propertize " ⋯\n" 'face 'shadow)
"Display string shown in place of a folded call's children.")