Function: magit-commit-section--eieio-childp

magit-commit-section--eieio-childp is a byte-compiled function defined in magit-base.el.

Signature

(magit-commit-section--eieio-childp OBJ)

Documentation

Return non-nil if OBJ is an object of type magit-commit-section(var)/magit-commit-section(fun) or a subclass.

Aliases

magit-commit-section-child-p (obsolete since 25.1)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-base.el
;;; Section Classes

(defclass magit-commit-section (magit-section)
  ((keymap :initform 'magit-commit-section-map)))