Function: cider-sync-request:fn-refs

cider-sync-request:fn-refs is a byte-compiled function defined in cider-client.el.

Signature

(cider-sync-request:fn-refs NS SYM)

Documentation

Return a list of functions that reference 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-refs (ns sym)
  "Return a list of functions that reference the function identified by NS and SYM."
  (cider--sync-request-ns-sym "fn-refs" ns sym))