Variable: cider--eval-pending-overlays

cider--eval-pending-overlays is a buffer-local variable defined in cider-eval.el.

Documentation

List of pending-evaluation spinner overlays in the current buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-eval.el
;;; Pending-evaluation spinner overlay
(defvar-local cider--eval-pending-overlays nil
  "List of pending-evaluation spinner overlays in the current buffer.")