Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ record_trunk_created
Method
record_trunk_created
atomic-core/src/crdt/apply/context.rs:523–525 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
521
/// Records a trunk creation.
522
#[inline]
523
pub fn record_trunk_created(&mut self) {
524
self.stats.add_trunk_created();
525
}
526
527
/// Records a trunk deletion.
528
#[inline]
Callers
8
apply_create
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
test_outcome_into_stats
Function · 0.80
test_outcome_into_parts
Function · 0.80
test_outcome_display_success
Function · 0.80
test_outcome_clone
Function · 0.80
Calls
1
add_trunk_created
Method · 0.80
Tested by
7
test_context_record_operations
Function · 0.64
test_context_exceeds_operation_limit
Function · 0.64
test_context_finish_success
Function · 0.64
test_outcome_into_stats
Function · 0.64
test_outcome_into_parts
Function · 0.64
test_outcome_display_success
Function · 0.64
test_outcome_clone
Function · 0.64