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

Method commit

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

Source from the content-addressed store, hash-verified

1669 }
1670
1671 fn commit(self) -> PristineResult<()> {
1672 self.txn.commit()?;
1673 Ok(())
1674 }
1675
1676 fn abort(self) -> PristineResult<()> {
1677 self.txn.abort()?;

Calls

no outgoing calls