Function: cider-sync-request:ns-vars-with-meta
cider-sync-request:ns-vars-with-meta is a byte-compiled function
defined in cider-client.el.
Signature
(cider-sync-request:ns-vars-with-meta NS)
Documentation
Get a map of the vars in NS to its metadata information.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-client.el
(defun cider-sync-request:ns-vars-with-meta (ns)
"Get a map of the vars in NS to its metadata information."
(thread-first `("op" "ns-vars-with-meta"
"ns" ,ns)
(cider-nrepl-send-sync-request)
(nrepl-dict-get "ns-vars-with-meta")))