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

Method add_trunk_created

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

Source from the content-addressed store, hash-verified

123 /// Records a trunk creation.
124 #[inline]
125 pub fn add_trunk_created(&mut self) {
126 self.trunks_created += 1;
127 }
128
129 /// Records a trunk deletion.
130 #[inline]

Callers 7

record_trunk_createdMethod · 0.80
test_stats_mergeFunction · 0.80
test_stats_displayFunction · 0.80
test_context_stats_mutFunction · 0.80

Calls

no outgoing calls

Tested by 6

test_stats_mergeFunction · 0.64
test_stats_displayFunction · 0.64
test_context_stats_mutFunction · 0.64