Variable: cider-repl--root-ns-regexp

cider-repl--root-ns-regexp is a buffer-local variable defined in cider-repl.el.

Documentation

Cache of root ns regexp in REPLs.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defvar-local cider-repl--root-ns-regexp nil
  "Cache of root ns regexp in REPLs.")