Function: cider-sync-request:fn-deps
cider-sync-request:fn-deps is a byte-compiled function defined in
cider-client.el.
Signature
(cider-sync-request:fn-deps NS SYM)
Documentation
Return a list of function deps for the function identified by NS and SYM.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-client.el
(defun cider-sync-request:fn-deps (ns sym)
"Return a list of function deps for the function identified by NS and SYM."
(cider--sync-request-ns-sym "fn-deps" ns sym))