Variable: cider-traced-buffer

cider-traced-buffer is a variable defined in cider-tracing.el.

Value

"*cider-traced*"

Documentation

The name of the buffer listing the currently traced vars and namespaces.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-tracing.el
(defconst cider-traced-buffer "*cider-traced*"
  "The name of the buffer listing the currently traced vars and namespaces.")