Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
def
main(args):
26
executor = MacTool()
27
if
(exit_code := executor.Dispatch(args)) is not None:
28
sys.exit(exit_code)
29
30
31
class
MacTool:
Callers
1
mac_tool.py
File · 0.70
Calls
3
Dispatch
Method · 0.95
MacTool
Class · 0.85
exit
Method · 0.45
Tested by
no test coverage detected