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: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()?;
Callers
15
run
Method · 0.80
test_unpushed_commit_count_no_upstream
Function · 0.80
test_unpushed_commit_count_ahead_of_upstream
Function · 0.80
test_target_branch
Function · 0.80
run_two_tier
Method · 0.80
test_delete_existing_view
Function · 0.80
test_delete_with_force_integration
Function · 0.80
session_order_and_manifest_do_not_depend_on_ingestion_order
Function · 0.80
session_rebuild_is_idempotent_and_tolerates_corruption
Function · 0.80
session_ledger_emits_rdf_taxonomy
Function · 0.80
test_inode_graph_ops_with_data
Function · 0.80
test_inode_adj_iteration
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_unpushed_commit_count_no_upstream
Function · 0.64
test_unpushed_commit_count_ahead_of_upstream
Function · 0.64
test_target_branch
Function · 0.64
test_delete_existing_view
Function · 0.64
test_delete_with_force_integration
Function · 0.64
session_order_and_manifest_do_not_depend_on_ingestion_order
Function · 0.64
session_rebuild_is_idempotent_and_tolerates_corruption
Function · 0.64
session_ledger_emits_rdf_taxonomy
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