Function: cider--babashka-version

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

Signature

(cider--babashka-version)

Documentation

Retrieve the underlying connection's Babashka version.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-connection.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"))))