Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ run
Function
run
deps/v8/tools/builtins-pgo/generate.py:48–50 ·
view source on GitHub ↗
(cmd, **kwargs)
Source
from the content-addressed store, hash-verified
46
47
48
def
run(cmd, **kwargs):
49
print(f
"# CMD: {cmd} {kwargs}"
)
50
return
subprocess.run(cmd, **kwargs, check=True)
51
52
53
def
build_d8(path, gn_args):
Callers
2
build_d8
Function · 0.70
generate.py
File · 0.70
Calls
2
print
Function · 0.50
run
Method · 0.45
Tested by
no test coverage detected