Variable: cider-trace--open-calls

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

Documentation

Hash table of call id -> marker at the start of that call's children.

Holds calls whose return event hasn't arrived yet.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-tracing.el
(defvar-local cider-trace--open-calls nil
  "Hash table of call id -> marker at the start of that call's children.
Holds calls whose return event hasn't arrived yet.")