Function: cider--babashka-nrepl-version

cider--babashka-nrepl-version is a byte-compiled function defined in cider-connection.el.

Signature

(cider--babashka-nrepl-version)

Documentation

Retrieve the underlying connection's babashka.nrepl version.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-connection.el
(defun cider--babashka-nrepl-version ()
  "Retrieve the underlying connection's babashka.nrepl version."
  (with-current-buffer (cider-current-repl)
    (when nrepl-versions
      (nrepl-dict-get nrepl-versions "babashka.nrepl"))))