Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ run
Function
run
deps/v8/tools/dev/gen-static-roots.py:96–98 ·
view source on GitHub ↗
(cmd, **kwargs)
Source
from the content-addressed store, hash-verified
94
95
# Some helpers
96
def
run(cmd, **kwargs):
97
print(f
"# CMD: {cmd}"
)
98
return
subprocess.run(cmd, **kwargs, check=True)
99
100
101
def
machine_target():
Callers
1
build_and_check
Function · 0.70
Calls
2
print
Function · 0.50
run
Method · 0.45
Tested by
no test coverage detected