Function: magit-section--eieio-childp
magit-section--eieio-childp is a byte-compiled function defined in
magit-section.el.
Signature
(magit-section--eieio-childp OBJ)
Documentation
Return non-nil if OBJ is an object of type magit-section(var)/magit-section(fun) or a subclass.
Aliases
magit-section-child-p (obsolete since 25.1)
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)))