Function: magit-section-goto-successor--related
magit-section-goto-successor--related is a byte-compiled function
defined in magit-section.el.
Signature
(magit-section-goto-successor--related SECTION)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defun magit-section-goto-successor--related (section)
(and-let ((found (magit-section-goto-successor--related-1 section)))
(goto-char (if (eq (oref found type) 'button)
(point-min)
(oref found start)))))