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

Method add_skipped

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

Source from the content-addressed store, hash-verified

207 /// Records a skipped operation.
208 #[inline]
209 pub fn add_skipped(&mut self) {
210 self.operations_skipped += 1;
211 }
212
213 // Accessors
214

Callers 2

record_skippedMethod · 0.45
test_stats_skippedFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_stats_skippedFunction · 0.36