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

Method record_skipped

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

Source from the content-addressed store, hash-verified

593 /// Records a skipped operation.
594 #[inline]
595 pub fn record_skipped(&mut self) {
596 self.stats.add_skipped();
597 }
598
599 // Validation Helpers
600

Callers 12

apply_insert_onlyFunction · 0.45
apply_deleteFunction · 0.45
apply_restoreFunction · 0.45
apply_reparentFunction · 0.45
apply_insertFunction · 0.45
apply_deleteFunction · 0.45
apply_restoreFunction · 0.45
apply_createFunction · 0.45
apply_deleteFunction · 0.45
apply_moveFunction · 0.45
apply_undeleteFunction · 0.45

Calls 1

add_skippedMethod · 0.45

Tested by 1