Function: forge--scope

forge--scope is a byte-compiled function defined in forge-commands.el.

Signature

(forge--scope &optional KEY)

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-commands.el
(defun forge--scope (&optional key)
  ;; `transient-scope' itself probably offer optional KEY.
  (let ((scope (transient-scope)))
    (if key (alist-get key scope) scope)))