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

Function make_internal_vertex

atomic-core/src/apply/edge.rs:453–459  ·  view source on GitHub ↗
(change: NodeId, start: u64, end: u64)

Source from the content-addressed store, hash-verified

451 }
452
453 fn make_internal_vertex(change: NodeId, start: u64, end: u64) -> GraphNode<NodeId> {
454 GraphNode {
455 change,
456 start: ChangePosition::new(start),
457 end: ChangePosition::new(end),
458 }
459 }
460
461 fn make_external_vertex(change: Option<Hash>, start: u64, end: u64) -> GraphNode<Option<Hash>> {
462 GraphNode {

Callers 2

test_vertex_adjustmentFunction · 0.70

Calls

no outgoing calls

Tested by 2

test_vertex_adjustmentFunction · 0.56