Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ add_branch_deleted
Method
add_branch_deleted
atomic-core/src/crdt/apply/context.rs:157–159 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
155
/// Records a branch deletion.
156
#[inline]
157
pub fn add_branch_deleted(&mut self) {
158
self.branches_deleted += 1;
159
}
160
161
/// Records a branch restoration.
162
#[inline]
Callers
2
record_branch_deleted
Method · 0.80
test_stats_branch_operations
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_stats_branch_operations
Function · 0.64