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

Function make_internal_position

atomic-core/src/apply/edge.rs:446–451  ·  view source on GitHub ↗
(change: NodeId, pos: u64)

Source from the content-addressed store, hash-verified

444 }
445
446 fn make_internal_position(change: NodeId, pos: u64) -> Position<NodeId> {
447 Position {
448 change,
449 pos: ChangePosition::new(pos),
450 }
451 }
452
453 fn make_internal_vertex(change: NodeId, start: u64, end: u64) -> GraphNode<NodeId> {
454 GraphNode {

Calls

no outgoing calls