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

Method commit

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

Source from the content-addressed store, hash-verified

1763 }
1764
1765 fn commit(self) -> PristineResult<()> {
1766 self.txn.commit()?;
1767 Ok(())
1768 }
1769
1770 fn abort(self) -> PristineResult<()> {
1771 self.txn.abort()?;

Calls

no outgoing calls