Function: cider--get-host-from-session

cider--get-host-from-session is a byte-compiled function defined in cider-connection.el.

Signature

(cider--get-host-from-session SESSION)

Documentation

Returns the host associated with SESSION.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-connection.el
(defun cider--get-host-from-session (session)
  "Returns the host associated with SESSION."
  (plist-get (cider--gather-session-params session)
             :host))