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

Method add_branch_inserted

atomic-core/src/crdt/apply/context.rs:151–153  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

149 /// Records a branch insertion.
150 #[inline]
151 pub fn add_branch_inserted(&mut self) {
152 self.branches_inserted += 1;
153 }
154
155 /// Records a branch deletion.
156 #[inline]

Callers 6

test_stats_mergeFunction · 0.80
test_stats_displayFunction · 0.80

Calls

no outgoing calls

Tested by 5

test_stats_mergeFunction · 0.64
test_stats_displayFunction · 0.64