Function: cider-sync-request:type-protocols

cider-sync-request:type-protocols is a byte-compiled function defined in cider-client.el.

Signature

(cider-sync-request:type-protocols NS SYM)

Documentation

Return the protocols implemented by the type NS and SYM.

Each is a dict with a "name" and source location.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-client.el
(defun cider-sync-request:type-protocols (ns sym)
  "Return the protocols implemented by the type NS and SYM.
Each is a dict with a \"name\" and source location."
  (cider--sync-request-ns-sym "type-protocols" ns sym))