Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parse
Method · 0.95
Calls
2
getOrCreateNode
Method · 0.95
push
Method · 0.45
Tested by
no test coverage detected