Function: magit-section-reveal
magit-section-reveal is a byte-compiled function defined in
magit-section.el.
Signature
(magit-section-reveal SECTION)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defun magit-section-reveal (section)
(while section
(when (oref section hidden)
(magit-section-show section))
(setq section (oref section parent))))