Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ add_trunk_created
Method
add_trunk_created
atomic-core/src/crdt/apply/context.rs:125–127 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
123
/// Records a trunk creation.
124
#[inline]
125
pub fn add_trunk_created(&mut self) {
126
self.trunks_created += 1;
127
}
128
129
/// Records a trunk deletion.
130
#[inline]
Callers
7
record_trunk_created
Method · 0.80
test_stats_trunk_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
test_context_stats_mut
Function · 0.80
Calls
no outgoing calls
Tested by
6
test_stats_trunk_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
test_context_stats_mut
Function · 0.64