Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ record_branch_inserted
Method
record_branch_inserted
atomic-core/src/crdt/apply/context.rs:547–549 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
545
/// Records a branch insertion.
546
#[inline]
547
pub fn record_branch_inserted(&mut self) {
548
self.stats.add_branch_inserted();
549
}
550
551
/// Records a branch deletion.
552
#[inline]
Callers
4
apply_insert_only
Function · 0.80
test_context_record_operations
Function · 0.80
test_context_exceeds_operation_limit
Function · 0.80
test_context_finish_success
Function · 0.80
Calls
1
add_branch_inserted
Method · 0.80
Tested by
3
test_context_record_operations
Function · 0.64
test_context_exceeds_operation_limit
Function · 0.64
test_context_finish_success
Function · 0.64