Method: (TRANSACTION-CHANGED-OBJECT STANDARD-TRANSACTION T)

Source

(defmethod transaction-changed-object ((transaction standard-transaction)
                                       object-id)
  (gethash object-id (dirty-objects transaction)))
Source Context