MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / abort

Method abort

atomic-core/src/pristine/txn/write/mod.rs:1676–1679  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1674 }
1675
1676 fn abort(self) -> PristineResult<()> {
1677 self.txn.abort()?;
1678 Ok(())
1679 }
1680}
1681
1682// CrdtTxnT (read accessors) implementation for WriteTxn.

Callers 1

test_abort_transactionFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_abort_transactionFunction · 0.64