MCPcopy 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
16def ParseTarget(target):
17 target, _, suffix = target.partition("#")
18 filename, _, target = target.partition(":")
19 return filename, target, suffix
20
21
22def LoadEdges(filename, targets):

Callers 1

WriteGraphFunction · 0.85

Calls 1

partitionMethod · 0.45

Tested by

no test coverage detected