MCPcopy Create free account
hub / github.com/nodejs/node / main

Function main

tools/gyp/pylib/gyp/mac_tool.py:25–28  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

23
24
25def main(args):
26 executor = MacTool()
27 if (exit_code := executor.Dispatch(args)) is not None:
28 sys.exit(exit_code)
29
30
31class MacTool:

Callers 1

mac_tool.pyFile · 0.70

Calls 3

DispatchMethod · 0.95
MacToolClass · 0.85
exitMethod · 0.45

Tested by

no test coverage detected