Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_trunk_id
Function
test_trunk_id
atomic-core/src/change/ops.rs:813–815 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
811
use crate::types::NodeId;
812
813
fn test_trunk_id() -> TrunkId {
814
TrunkId::new(NodeId::new(1), 0)
815
}
816
817
fn test_branch_id(idx: u32) -> BranchId {
818
BranchId::new(NodeId::new(1), idx)
Callers
10
test_file_ops_create
Function · 0.70
test_file_ops_delete
Function · 0.70
test_file_ops_move
Function · 0.70
test_file_ops_edit
Function · 0.70
test_file_ops_token_count
Function · 0.70
test_file_ops_display
Function · 0.70
test_file_ops_into_parts
Function · 0.70
test_stats_from_file_ops
Function · 0.70
test_file_ops_serialize_roundtrip
Function · 0.70
test_file_ops_postcard_roundtrip
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected