Function: magit-local-branch-p

magit-local-branch-p is a byte-compiled function defined in magit-git.el.

Signature

(magit-local-branch-p REV)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-local-branch-p (rev)
  (or (car (member rev (magit-list-local-branches)))
      (car (member rev (magit-list-local-branch-names)))))