MCPcopy Create free account
hub / github.com/Snapchat/Valdi / addEdge

Method addEdge

npm_modules/cli/src/utils/Digraph.ts:75–80  ·  view source on GitHub ↗
(from: string, to: string)

Source from the content-addressed store, hash-verified

73 }
74
75 addEdge(from: string, to: string): void {
76 const fromNode = this.getOrCreateNode(from);
77 const toNode = this.getOrCreateNode(to);
78
79 fromNode.edges.push(toNode);
80 }
81}

Callers 1

parseMethod · 0.95

Calls 2

getOrCreateNodeMethod · 0.95
pushMethod · 0.45

Tested by

no test coverage detected