Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ add_branch_inserted
Method
add_branch_inserted
atomic-core/src/crdt/apply/context.rs:151–153 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
149
/// Records a branch insertion.
150
#[inline]
151
pub fn add_branch_inserted(&mut self) {
152
self.branches_inserted += 1;
153
}
154
155
/// Records a branch deletion.
156
#[inline]
Callers
6
record_branch_inserted
Method · 0.80
test_stats_branch_operations
Function · 0.80
test_stats_total_operations
Function · 0.80
test_stats_merge
Function · 0.80
test_stats_display
Function · 0.80
test_stats_serde_roundtrip
Function · 0.80
Calls
no outgoing calls
Tested by
5
test_stats_branch_operations
Function · 0.64
test_stats_total_operations
Function · 0.64
test_stats_merge
Function · 0.64
test_stats_display
Function · 0.64
test_stats_serde_roundtrip
Function · 0.64