MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / make_position

Function make_position

atomic-core/src/apply/conflict.rs:469–474  ·  view source on GitHub ↗
(change: u64, pos: u64)

Source from the content-addressed store, hash-verified

467 }
468
469 fn make_position(change: u64, pos: u64) -> Position<NodeId> {
470 Position {
471 change: NodeId::new(change),
472 pos: ChangePosition::new(pos),
473 }
474 }
475
476 // Zombie Conflict Tests
477

Calls

no outgoing calls