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

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

Signature

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

Documentation

Return the host associated with SESSION.

Source Code

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