Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ record_branch_restored
Method
record_branch_restored
atomic-core/src/crdt/apply/context.rs:559–561 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
557
/// Records a branch restoration.
558
#[inline]
559
pub fn record_branch_restored(&mut self) {
560
self.stats.add_branch_restored();
561
}
562
563
/// Records a leaf insertion.
564
#[inline]
Callers
2
apply_restore
Function · 0.80
test_context_record_operations
Function · 0.80
Calls
1
add_branch_restored
Method · 0.80
Tested by
1
test_context_record_operations
Function · 0.64