Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ record_trunk_undeleted
Method
record_trunk_undeleted
atomic-core/src/crdt/apply/context.rs:541–543 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
539
/// Records a trunk undeletion.
540
#[inline]
541
pub fn record_trunk_undeleted(&mut self) {
542
self.stats.add_trunk_undeleted();
543
}
544
545
/// Records a branch insertion.
546
#[inline]
Callers
2
apply_undelete
Function · 0.80
test_context_record_operations
Function · 0.80
Calls
1
add_trunk_undeleted
Method · 0.80
Tested by
1
test_context_record_operations
Function · 0.64