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

Method record_trunk_created

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

Source from the content-addressed store, hash-verified

521 /// Records a trunk creation.
522 #[inline]
523 pub fn record_trunk_created(&mut self) {
524 self.stats.add_trunk_created();
525 }
526
527 /// Records a trunk deletion.
528 #[inline]

Callers 8

apply_createFunction · 0.80
test_outcome_into_statsFunction · 0.80
test_outcome_into_partsFunction · 0.80
test_outcome_cloneFunction · 0.80

Calls 1

add_trunk_createdMethod · 0.80