Function: magit--read-branch-scope

magit--read-branch-scope is a byte-compiled function defined in magit-branch.el.

Signature

(magit--read-branch-scope &optional OBJ)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-branch.el
(defun magit--read-branch-scope (&optional obj)
  (magit-read-local-branch
   (if obj
       (format "Set %s for branch"
               (format (oref obj variable) "<name>"))
     "Configure branch")))