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

Method abort

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

Source from the content-addressed store, hash-verified

1626 }
1627
1628 fn abort(self) -> PristineResult<()> {
1629 self.txn.abort()?;
1630 Ok(())
1631 }
1632}
1633
1634// 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