Function: magit-section-p
magit-section-p is a byte-compiled function defined in
magit-section.el.
Signature
(magit-section-p OBJ)
Documentation
Return non-nil if OBJ is an object of type magit-section(var)/magit-section(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defclass magit-section ()
((type :initform nil :initarg :type)
(keymap :initform nil)
(value :initform nil)
(start :initform nil)
(content :initform nil)
(end :initform nil)
(hidden)
(painted)
(washer :initform nil :initarg :washer)
(inserter :initform (symbol-value 'magit--current-section-hook))
(selective-highlight :initform nil :initarg :selective-highlight)
(heading-highlight-face :initform nil :initarg :heading-highlight-face)
(heading-selection-face :initform nil :initarg :heading-selection-face)
(parent :initform nil)
(children :initform nil)))