Variable: cider-ns-state--loaded

cider-ns-state--loaded is a buffer-local variable defined in cider-ns-state.el.

Documentation

Cached load state of the current buffer's namespace.

One of nil (unknown / not checked yet), t (loaded), or the symbol not-loaded. Refreshed from the track-state namespace cache by cider-ns-state--refresh and on cider-file-loaded-hook.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260821.817/cider-ns-state.el
(defvar-local cider-ns-state--loaded nil
  "Cached load state of the current buffer's namespace.
One of nil (unknown / not checked yet), t (loaded), or the symbol
`not-loaded'.  Refreshed from the track-state namespace cache by
`cider-ns-state--refresh' and on `cider-file-loaded-hook'.")