Function: cider-xref-fn-deps
cider-xref-fn-deps is an autoloaded, interactive and byte-compiled
function defined in cider-xref.el.
Signature
(cider-xref-fn-deps &optional NS SYMBOL)
Documentation
Show all functions referenced by the var matching NS and SYMBOL.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-xref.el
;;;###autoload
(defun cider-xref-fn-deps (&optional ns symbol)
"Show all functions referenced by the var matching NS and SYMBOL."
(interactive)
(cider-xref--show-fn-relation
ns symbol #'cider-sync-request:fn-deps
"Showing %d function dependencies for %s"
"dependencies"))