Function: magit-remote-p
magit-remote-p is a byte-compiled function defined in magit-git.el.
Signature
(magit-remote-p STRING)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-remote-p (string)
(car (member string (magit-list-remotes))))