Function: cider--babashka-version
cider--babashka-version is a byte-compiled function defined in
cider-session.el.
Signature
(cider--babashka-version)
Documentation
Retrieve the underlying connection's Babashka version.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-session.el
(defun cider--babashka-version ()
"Retrieve the underlying connection's Babashka version."
(with-current-buffer (cider-current-repl)
(when nrepl-versions
(nrepl-dict-get nrepl-versions "babashka"))))