Function: cider-sync-request:list-traced
cider-sync-request:list-traced is a byte-compiled function defined in
cider-tracing.el.
Signature
(cider-sync-request:list-traced)
Documentation
Return the vars and namespaces that are currently traced.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-tracing.el
(defun cider-sync-request:list-traced ()
"Return the vars and namespaces that are currently traced."
(thread-first `("op" "cider/list-traced")
(cider-nrepl-sync-request)))