Function: forge--add-organization-repos
forge--add-organization-repos is a byte-compiled function defined in
forge-github.el.
Signature
(forge--add-organization-repos ARG &rest ARGS)
Implementations
(forge--add-organization-repos (CLASS (subclass forge-github-repository)) HOST ORG) in `forge-github.el'.
Undocumented
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-github.el
(cl-defmethod forge--add-organization-repos
((class (subclass forge-github-repository)) host org)
(forge--fetch-organization-repos
class (forge--as-apihost host) org
(partial #'forge--batch-add-callback (forge--as-githost host) org)))