Function: magit-log-prefix-p
magit-log-prefix-p is a byte-compiled function defined in
magit-log.el.
Signature
(magit-log-prefix-p OBJ)
Documentation
Return non-nil if OBJ is an object of type magit-log-prefix(var)/magit-log-prefix(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
;;; Arguments
;;;; Prefix Classes
(defclass magit-log-prefix (transient-prefix)
((history-key :initform 'magit-log)
(major-mode :initform 'magit-log-mode)))