Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ record_leaf_inserted
Method
record_leaf_inserted
atomic-core/src/crdt/apply/context.rs:565–567 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
563
/// Records a leaf insertion.
564
#[inline]
565
pub fn record_leaf_inserted(&mut self) {
566
self.stats.add_leaf_inserted();
567
}
568
569
/// Records a leaf deletion.
570
#[inline]
Callers
2
apply_insert
Function · 0.80
test_context_record_operations
Function · 0.80
Calls
1
add_leaf_inserted
Method · 0.80
Tested by
1
test_context_record_operations
Function · 0.64