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

Method commit

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

Source from the content-addressed store, hash-verified

1621 }
1622
1623 fn commit(self) -> PristineResult<()> {
1624 self.txn.commit()?;
1625 Ok(())
1626 }
1627
1628 fn abort(self) -> PristineResult<()> {
1629 self.txn.abort()?;

Calls

no outgoing calls