Function: magit-branch-p

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

Signature

(magit-branch-p REV)

Source Code

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