Function: cider-test-menu--read-selectors

cider-test-menu--read-selectors is a byte-compiled function defined in cider-test.el.

Signature

(cider-test-menu--read-selectors PROMPT INITIAL-INPUT HISTORY)

Documentation

Read space-separated test selectors for the test transient.

PROMPT, INITIAL-INPUT and HISTORY are as for read-string.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-test.el
(defun cider-test-menu--read-selectors (prompt initial-input history)
  "Read space-separated test selectors for the test transient.
PROMPT, INITIAL-INPUT and HISTORY are as for `read-string'."
  (read-string (or prompt "Selectors (space separated, e.g. :integration): ")
               initial-input history))