Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_P
Function · 0.80
TEST
Function · 0.80
appendDump
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
2
TEST_P
Function · 0.64
TEST
Function · 0.64