Function: nrepl-repl-buffer-name

nrepl-repl-buffer-name is a byte-compiled function defined in nrepl-client.el.

Signature

(nrepl-repl-buffer-name PARAMS &optional DUP-OK)

Documentation

Return the name of the repl buffer.

PARAMS and DUP-OK are as in nrepl-make-buffer-name.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/nrepl-client.el
(defun nrepl-repl-buffer-name (params &optional dup-ok)
  "Return the name of the repl buffer.
PARAMS and DUP-OK are as in `nrepl-make-buffer-name'."
  (nrepl-make-buffer-name nrepl-repl-buffer-name-template params dup-ok))