Function: cider-sync-request:spec-example

cider-sync-request:spec-example is a byte-compiled function defined in cider-client.el.

Signature

(cider-sync-request:spec-example SPEC)

Documentation

Get an example for SPEC.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-client.el
(defun cider-sync-request:spec-example (spec)
  "Get an example for SPEC."
  (thread-first `("op" "spec-example"
                  "spec-name" ,spec)
                (cider-nrepl-send-sync-request)
                (nrepl-dict-get "spec-example")))