Function: magit-remote-list-branches
magit-remote-list-branches is a byte-compiled function defined in
magit-git.el.
Signature
(magit-remote-list-branches REMOTE)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-remote-list-branches (remote)
(seq-keep (##and (not (string-suffix-p "^{}" %))
(substring % 52))
(magit-git-lines "ls-remote" "--heads" remote)))