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

Method add_trunk_deleted

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

Source from the content-addressed store, hash-verified

129 /// Records a trunk deletion.
130 #[inline]
131 pub fn add_trunk_deleted(&mut self) {
132 self.trunks_deleted += 1;
133 }
134
135 /// Records a trunk move.
136 #[inline]

Callers 3

record_trunk_deletedMethod · 0.80
test_stats_displayFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_stats_displayFunction · 0.64