Function: magit-log-section-p

magit-log-section-p is a byte-compiled function defined in magit-base.el.

Signature

(magit-log-section-p OBJ)

Documentation

Return non-nil if OBJ is an object of type magit-log-section(var)/magit-log-section(fun).

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)