Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ make_internal_position
Function
make_internal_position
atomic-core/src/apply/insertion.rs:308–313 ·
view source on GitHub ↗
(change: NodeId, pos: u64)
Source
from the content-addressed store, hash-verified
306
}
307
308
fn make_internal_position(change: NodeId, pos: u64) -> Position<NodeId> {
309
Position {
310
change,
311
pos: ChangePosition::new(pos),
312
}
313
}
314
315
// Insertion Structure Tests
316
Callers
3
test_workspace_context_tracking
Function · 0.70
test_workspace_context_clear
Function · 0.70
test_workspace_rooted_tracking
Function · 0.70
Calls
no outgoing calls
Tested by
3
test_workspace_context_tracking
Function · 0.56
test_workspace_context_clear
Function · 0.56
test_workspace_rooted_tracking
Function · 0.56