Function: magit-section-show-headings-1

magit-section-show-headings-1 is a byte-compiled function defined in magit-section.el.

Signature

(magit-section-show-headings-1 SECTION)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defun magit-section-show-headings-1 (section)
  (dolist (child (oref section children))
    (oset child hidden nil)
    (when (or (oref child children)
              (not (oref child content)))
      (magit-section-show-headings-1 child))))