Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_only
Function · 0.45
apply_delete
Function · 0.45
apply_restore
Function · 0.45
apply_reparent
Function · 0.45
apply_insert
Function · 0.45
apply_delete
Function · 0.45
apply_restore
Function · 0.45
apply_create
Function · 0.45
apply_delete
Function · 0.45
apply_move
Function · 0.45
apply_undelete
Function · 0.45
test_context_record_operations
Function · 0.45
Calls
1
add_skipped
Method · 0.45
Tested by
1
test_context_record_operations
Function · 0.36