Function: cider-repl-type

cider-repl-type is a byte-compiled function defined in cider-connection.el.

Signature

(cider-repl-type REPL-BUFFER)

Documentation

Get REPL-BUFFER's type.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-connection.el
(defun cider-repl-type (repl-buffer)
  "Get REPL-BUFFER's type."
  (buffer-local-value 'cider-repl-type repl-buffer))