MCPcopy 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

Calls

no outgoing calls