MCPcopy Create free account
hub / github.com/nodejs/node / _Call

Function _Call

deps/v8/tools/dev/update-compile-commands.py:40–43  ·  view source on GitHub ↗
(cmd, silent=False)

Source from the content-addressed store, hash-verified

38import gm
39
40def _Call(cmd, silent=False):
41 if not silent:
42 print(f"# {cmd}")
43 return subprocess.call(cmd, shell=True)
44
45def _Write(filename, content):
46 with open(filename, "w") as f:

Callers 3

PrepareBuildDirFunction · 0.70
CompileLanguageServerFunction · 0.70
GenerateCCFilesFunction · 0.70

Calls 2

printFunction · 0.50
callMethod · 0.45

Tested by

no test coverage detected