MCPcopy Index your code
hub / github.com/nodejs/node / _call

Function _call

deps/v8/tools/dev/gm.py:321–324  ·  view source on GitHub ↗
(cmd, silent=False)

Source from the content-addressed store, hash-verified

319
320
321def _call(cmd, silent=False):
322 if not silent and not QUIET:
323 print(f"# {cmd}")
324 return subprocess.call(cmd, shell=True)
325
326
327# Quiet mode means: only print in case of error.

Callers 5

_notifyFunction · 0.85
buildMethod · 0.85
run_testsMethod · 0.85
run_testsMethod · 0.85
parse_argumentsMethod · 0.85

Calls 2

printFunction · 0.50
callMethod · 0.45

Tested by

no test coverage detected