Function: cider-class-choice-completing-read
cider-class-choice-completing-read is a byte-compiled function defined
in cider-client.el.
Signature
(cider-class-choice-completing-read PROMPT CANDIDATES)
Documentation
A completing read that can be customized with the advice mechanism,
forwarding PROMPT and CANDIDATES as-is.
See also: cider--with-temporary-ido-keys.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-client.el
(defun cider-class-choice-completing-read (prompt candidates)
"A completing read that can be customized with the `advice' mechanism,
forwarding PROMPT and CANDIDATES as-is.
See also: `cider--with-temporary-ido-keys'."
(completing-read prompt candidates))