Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ record_trunk_deleted
Method
record_trunk_deleted
atomic-core/src/crdt/apply/context.rs:529–531 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
527
/// Records a trunk deletion.
528
#[inline]
529
pub fn record_trunk_deleted(&mut self) {
530
self.stats.add_trunk_deleted();
531
}
532
533
/// Records a trunk move.
534
#[inline]
Callers
2
apply_delete
Function · 0.80
test_context_record_operations
Function · 0.80
Calls
1
add_trunk_deleted
Method · 0.80
Tested by
1
test_context_record_operations
Function · 0.64