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

Function make_branch

atomic-core/src/crdt/branch.rs:556–561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

554 // -------------------------------------------------------------------------
555
556 fn make_branch() -> Branch {
557 Branch::new(
558 BranchId::new(NodeId::new(1), 0),
559 TrunkId::new(NodeId::new(1), 0),
560 )
561 }
562
563 #[test]
564 fn test_branch_new() {

Callers 7

test_branch_newFunction · 0.85
test_branch_set_stateFunction · 0.85
test_branch_content_eqFunction · 0.85
test_branch_displayFunction · 0.85
test_branch_serdeFunction · 0.85

Calls

no outgoing calls

Tested by 7

test_branch_newFunction · 0.68
test_branch_set_stateFunction · 0.68
test_branch_content_eqFunction · 0.68
test_branch_displayFunction · 0.68
test_branch_serdeFunction · 0.68