Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ record_leaf_deleted
Method
record_leaf_deleted
atomic-core/src/crdt/apply/context.rs:571–573 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
569
/// Records a leaf deletion.
570
#[inline]
571
pub fn record_leaf_deleted(&mut self) {
572
self.stats.add_leaf_deleted();
573
}
574
575
/// Records a leaf replacement.
576
#[inline]
Callers
2
apply_delete
Function · 0.80
test_context_record_operations
Function · 0.80
Calls
1
add_leaf_deleted
Method · 0.80
Tested by
1
test_context_record_operations
Function · 0.64