Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ add_leaf_restored
Method
add_leaf_restored
atomic-core/src/crdt/apply/context.rs:189–191 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
187
/// Records a leaf restoration.
188
#[inline]
189
pub fn add_leaf_restored(&mut self) {
190
self.leaves_restored += 1;
191
}
192
193
// Other Recording
194
Callers
2
record_leaf_restored
Method · 0.80
test_stats_leaf_operations
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_stats_leaf_operations
Function · 0.64