Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
321
def
_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
_notify
Function · 0.85
build
Method · 0.85
run_tests
Method · 0.85
run_tests
Method · 0.85
parse_arguments
Method · 0.85
Calls
2
print
Function · 0.50
call
Method · 0.45
Tested by
no test coverage detected