Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ record_leaf_restored
Method
record_leaf_restored
atomic-core/src/crdt/apply/context.rs:583–585 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
581
/// Records a leaf restoration.
582
#[inline]
583
pub fn record_leaf_restored(&mut self) {
584
self.stats.add_leaf_restored();
585
}
586
587
/// Records content bytes processed.
588
#[inline]
Callers
2
apply_restore
Function · 0.80
test_context_record_operations
Function · 0.80
Calls
1
add_leaf_restored
Method · 0.80
Tested by
1
test_context_record_operations
Function · 0.64