MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_branch_id

Function test_branch_id

atomic-core/src/change/ops.rs:817–819  ·  view source on GitHub ↗
(idx: u32)

Source from the content-addressed store, hash-verified

815 }
816
817 fn test_branch_id(idx: u32) -> BranchId {
818 BranchId::new(NodeId::new(1), idx)
819 }
820
821 // FileOps Tests
822

Callers 15

test_file_ops_editFunction · 0.85
test_line_ops_insertFunction · 0.85
test_line_ops_deleteFunction · 0.85
test_line_ops_restoreFunction · 0.85
test_line_ops_displayFunction · 0.85
test_line_ops_into_partsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected