Function: magit-section-parent-value

magit-section-parent-value is a byte-compiled function defined in magit-section.el.

Signature

(magit-section-parent-value SECTION)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defun magit-section-parent-value (section)
  (and$ (oref section parent)
        (oref $ value)))