MCPcopy 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
48def run(cmd, **kwargs):
49 print(f"# CMD: {cmd} {kwargs}")
50 return subprocess.run(cmd, **kwargs, check=True)
51
52
53def build_d8(path, gn_args):

Callers 2

build_d8Function · 0.70
generate.pyFile · 0.70

Calls 2

printFunction · 0.50
runMethod · 0.45

Tested by

no test coverage detected