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

Function make_external_vertex

atomic-core/src/apply/edge.rs:461–467  ·  view source on GitHub ↗
(change: Option<Hash>, start: u64, end: u64)

Source from the content-addressed store, hash-verified

459 }
460
461 fn make_external_vertex(change: Option<Hash>, start: u64, end: u64) -> GraphNode<Option<Hash>> {
462 GraphNode {
463 change,
464 start: ChangePosition::new(start),
465 end: ChangePosition::new(end),
466 }
467 }
468
469 // NewEdge Structure Tests
470

Calls

no outgoing calls