Function: cider-ns-refresh-load-state
cider-ns-refresh-load-state is an interactive and byte-compiled
function defined in cider-ns-state.el.
Signature
(cider-ns-refresh-load-state)
Documentation
Re-check whether the current buffer's namespace is loaded in the REPL.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-ns-state.el
(defun cider-ns-refresh-load-state ()
"Re-check whether the current buffer's namespace is loaded in the REPL."
(interactive)
(cider-ns-state--refresh))