Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.80
run_two_tier
Method · 0.80
test_delete_existing_view
Function · 0.80
test_delete_with_force_integration
Function · 0.80
test_inode_graph_ops_with_data
Function · 0.80
test_inode_adj_iteration
Function · 0.80
test_find_block_in_inode
Function · 0.80
test_inode_edge_iterator
Function · 0.80
test_write_txn_inode_graph_ops
Function · 0.80
test_flag_filtering
Function · 0.80
test_multiple_inodes_isolation
Function · 0.80
open
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_delete_existing_view
Function · 0.64
test_delete_with_force_integration
Function · 0.64
test_inode_graph_ops_with_data
Function · 0.64
test_inode_adj_iteration
Function · 0.64
test_find_block_in_inode
Function · 0.64
test_inode_edge_iterator
Function · 0.64
test_write_txn_inode_graph_ops
Function · 0.64
test_flag_filtering
Function · 0.64
test_multiple_inodes_isolation
Function · 0.64
test_embedding_crud
Function · 0.64
test_embedding_list_chunks
Function · 0.64
test_embedding_delete
Function · 0.64