Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ add_leaf_deleted
Method
add_leaf_deleted
atomic-core/src/crdt/apply/context.rs:177–179 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
175
/// Records a leaf deletion.
176
#[inline]
177
pub fn add_leaf_deleted(&mut self) {
178
self.leaves_deleted += 1;
179
}
180
181
/// Records a leaf replacement.
182
#[inline]
Callers
2
record_leaf_deleted
Method · 0.80
test_stats_leaf_operations
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_stats_leaf_operations
Function · 0.64