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

Method add_leaf_inserted

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

Source from the content-addressed store, hash-verified

169 /// Records a leaf insertion.
170 #[inline]
171 pub fn add_leaf_inserted(&mut self) {
172 self.leaves_inserted += 1;
173 }
174
175 /// Records a leaf deletion.
176 #[inline]

Callers 6

record_leaf_insertedMethod · 0.80
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