Function: cider-nrepl-eval-session

cider-nrepl-eval-session is a byte-compiled function defined in cider-client.el.

Signature

(cider-nrepl-eval-session)

Documentation

Return the eval nREPL session id of the current connection.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-client.el
(defun cider-nrepl-eval-session ()
  "Return the eval nREPL session id of the current connection."
  (with-current-buffer (cider-current-repl)
    nrepl-session))