MCPcopy 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_createFunction · 0.70
test_file_ops_deleteFunction · 0.70
test_file_ops_moveFunction · 0.70
test_file_ops_editFunction · 0.70
test_file_ops_displayFunction · 0.70
test_file_ops_into_partsFunction · 0.70
test_stats_from_file_opsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected