Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ ParseTarget
Function
ParseTarget
tools/gyp/tools/graphviz.py:16–19 ·
view source on GitHub ↗
(target)
Source
from the content-addressed store, hash-verified
14
15
16
def
ParseTarget(target):
17
target, _, suffix = target.partition(
"#"
)
18
filename, _, target = target.partition(
":"
)
19
return
filename, target, suffix
20
21
22
def
LoadEdges(filename, targets):
Callers
1
WriteGraph
Function · 0.85
Calls
1
partition
Method · 0.45
Tested by
no test coverage detected