Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ add_trunk_undeleted
Method
add_trunk_undeleted
atomic-core/src/crdt/apply/context.rs:143–145 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
141
/// Records a trunk undeletion.
142
#[inline]
143
pub fn add_trunk_undeleted(&mut self) {
144
self.trunks_undeleted += 1;
145
}
146
147
// Branch Operation Recording
148
Callers
2
record_trunk_undeleted
Method · 0.80
test_stats_trunk_operations
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_stats_trunk_operations
Function · 0.64