Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ record_trunk_moved
Method
record_trunk_moved
atomic-core/src/crdt/apply/context.rs:535–537 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
533
/// Records a trunk move.
534
#[inline]
535
pub fn record_trunk_moved(&mut self) {
536
self.stats.add_trunk_moved();
537
}
538
539
/// Records a trunk undeletion.
540
#[inline]
Callers
2
apply_move
Function · 0.80
test_context_record_operations
Function · 0.80
Calls
1
add_trunk_moved
Method · 0.80
Tested by
1
test_context_record_operations
Function · 0.64