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: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()?;
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