MCPcopy 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
96def run(cmd, **kwargs):
97 print(f"# CMD: {cmd}")
98 return subprocess.run(cmd, **kwargs, check=True)
99
100
101def machine_target():

Callers 1

build_and_checkFunction · 0.70

Calls 2

printFunction · 0.50
runMethod · 0.45

Tested by

no test coverage detected