Function: transient-object-p
transient-object-p is a byte-compiled function defined in
transient.el.
Signature
(transient-object-p OBJ)
Documentation
Return non-nil if OBJ is an object of type transient-object(var)/transient-object(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
;;; Classes
;;;; Base
(defclass transient-object () () :abstract t)