Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ record_branch_deleted
Method
record_branch_deleted
atomic-core/src/crdt/apply/context.rs:553–555 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
551
/// Records a branch deletion.
552
#[inline]
553
pub fn record_branch_deleted(&mut self) {
554
self.stats.add_branch_deleted();
555
}
556
557
/// Records a branch restoration.
558
#[inline]
Callers
2
apply_delete
Function · 0.80
test_context_record_operations
Function · 0.80
Calls
1
add_branch_deleted
Method · 0.80
Tested by
1
test_context_record_operations
Function · 0.64