Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ add_leaf_inserted
Method
add_leaf_inserted
atomic-core/src/crdt/apply/context.rs:171–173 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
169
/// Records a leaf insertion.
170
#[inline]
171
pub fn add_leaf_inserted(&mut self) {
172
self.leaves_inserted += 1;
173
}
174
175
/// Records a leaf deletion.
176
#[inline]
Callers
6
record_leaf_inserted
Method · 0.80
test_stats_leaf_operations
Function · 0.80
test_stats_total_operations
Function · 0.80
test_stats_merge
Function · 0.80
test_stats_display
Function · 0.80
test_stats_serde_roundtrip
Function · 0.80
Calls
no outgoing calls
Tested by
5
test_stats_leaf_operations
Function · 0.64
test_stats_total_operations
Function · 0.64
test_stats_merge
Function · 0.64
test_stats_display
Function · 0.64
test_stats_serde_roundtrip
Function · 0.64