Function: nrepl-tunnel-buffer-name
nrepl-tunnel-buffer-name is a byte-compiled function defined in
nrepl-client.el.
Signature
(nrepl-tunnel-buffer-name PARAMS)
Documentation
Return the name of the tunnel buffer.
PARAMS is as in nrepl-make-buffer-name.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/nrepl-client.el
(defun nrepl-tunnel-buffer-name (params)
"Return the name of the tunnel buffer.
PARAMS is as in `nrepl-make-buffer-name'."
(nrepl-make-buffer-name (nrepl--make-hidden-name nrepl-tunnel-buffer-name-template)
params))