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

Method getNode

npm_modules/cli/src/utils/Digraph.ts:60–62  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

58 }
59
60 getNode(name: string): DigraphNode | undefined {
61 return this.nodeByName.get(name);
62 }
63
64 getOrCreateNode(name: string): DigraphNode {
65 let node = this.nodeByName.get(name);

Callers 3

TEST_PFunction · 0.80
TESTFunction · 0.80
appendDumpMethod · 0.80

Calls 1

getMethod · 0.65

Tested by 2

TEST_PFunction · 0.64
TESTFunction · 0.64