Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ add_trunk_deleted
Method
add_trunk_deleted
atomic-core/src/crdt/apply/context.rs:131–133 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
129
/// Records a trunk deletion.
130
#[inline]
131
pub fn add_trunk_deleted(&mut self) {
132
self.trunks_deleted += 1;
133
}
134
135
/// Records a trunk move.
136
#[inline]
Callers
3
record_trunk_deleted
Method · 0.80
test_stats_trunk_operations
Function · 0.80
test_stats_display
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_stats_trunk_operations
Function · 0.64
test_stats_display
Function · 0.64