MCPcopy Index your code
hub / github.com/nodejs/node / main

Function main

tools/gyp/tools/graphviz.py:85–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84
85def main():
86 if len(sys.argv) < 2:
87 print(__doc__, file=sys.stderr)
88 print(file=sys.stderr)
89 print("usage: %s target1 target2..." % (sys.argv[0]), file=sys.stderr)
90 return 1
91
92 edges = LoadEdges("dump.json", sys.argv[1:])
93
94 WriteGraph(edges)
95 return 0
96
97
98if __name__ == "__main__":

Callers 1

graphviz.pyFile · 0.70

Calls 3

LoadEdgesFunction · 0.85
WriteGraphFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…