Function: magit-log-section--eieio-childp
magit-log-section--eieio-childp is a byte-compiled function defined in
magit-base.el.
Signature
(magit-log-section--eieio-childp OBJ)
Documentation
Return non-nil if OBJ is an object of type magit-log-section(var)/magit-log-section(fun) or a
subclass.
Aliases
magit-log-section-child-p (obsolete since 25.1)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-base.el
(defclass magit-log-section (magit-section)
((keymap :initform 'magit-log-section-map))
:abstract t)