Variable: cider-trace-buffer

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

Value

"*cider-trace*"

Documentation

The name of the buffer streaming trace events.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-tracing.el
;;; Streaming trace buffer

(defconst cider-trace-buffer "*cider-trace*"
  "The name of the buffer streaming trace events.")