| 1 | //! Transaction traits for CRDT apply operations. |
| 2 | //! |
| 3 | //! This module defines the [`MutCrdtTxnT`] trait which extends the base |
| 4 | //! transaction traits with CRDT-specific operations for applying TrunkOp, |
nothing calls this directly
no outgoing calls
no test coverage detected