Function: ghub--host

ghub--host is a byte-compiled function defined in ghub.el.

Signature

(ghub--host ARG &rest ARGS)

Implementations

(ghub--host (REPO forge-repository)) in `forge-repo.el'.

Undocumented

(ghub--host &optional FORGE) in `ghub.el'.

Undocumented

Source Code

;; Defined in ~/.emacs.d/elpa/ghub-20260401.1239/ghub.el
(cl-defmethod ghub--host (&optional forge)
  (let ((forge (or forge 'github)))
    (or (ghub--git-get (format "%s.host" forge))
        (alist-get forge ghub-default-host-alist))))