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

Method commit

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

Source from the content-addressed store, hash-verified

1148 }
1149
1150 fn commit(self) -> PristineResult<()> {
1151 self.txn.commit()?;
1152 Ok(())
1153 }
1154
1155 fn abort(self) -> PristineResult<()> {
1156 self.txn.abort()?;

Callers 15

runMethod · 0.80
run_two_tierMethod · 0.80
test_inode_adj_iterationFunction · 0.80
test_find_block_in_inodeFunction · 0.80
test_inode_edge_iteratorFunction · 0.80
test_flag_filteringFunction · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_inode_adj_iterationFunction · 0.64
test_find_block_in_inodeFunction · 0.64
test_inode_edge_iteratorFunction · 0.64
test_flag_filteringFunction · 0.64
test_embedding_crudFunction · 0.64
test_embedding_deleteFunction · 0.64