Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
import
gm
39
40
def
_Call(cmd, silent=False):
41
if
not silent:
42
print(f
"# {cmd}"
)
43
return
subprocess.call(cmd, shell=True)
44
45
def
_Write(filename, content):
46
with
open(filename,
"w"
)
as
f:
Callers
3
PrepareBuildDir
Function · 0.70
CompileLanguageServer
Function · 0.70
GenerateCCFiles
Function · 0.70
Calls
2
print
Function · 0.50
call
Method · 0.45
Tested by
no test coverage detected