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

Method throwInvalidGraph

npm_modules/cli/src/utils/Digraph.ts:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 private static throwInvalidGraph(): never {
57 throw new Error('Could not parse digraph');
58 }
59
60 getNode(name: string): DigraphNode | undefined {
61 return this.nodeByName.get(name);

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected