Function: magit-section-selective-highlight-p
magit-section-selective-highlight-p is a byte-compiled function
defined in magit-section.el.
Signature
(magit-section-selective-highlight-p SECTION &optional AS-CHILD)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defun magit-section-selective-highlight-p (section &optional as-child)
(or (oref section selective-highlight)
(and as-child
(oref section heading-highlight-face))
(slot-boundp section 'painted)
(and$ (oref section children)
(magit-section-selective-highlight-p (car $) t))))