Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ print_env
Method
print_env
deps/v8/tools/mb/mb.py:1203–1205 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
1201
shell_quoter = shlex.quote
1202
1203
def
print_env(var):
1204
if
env and var in env:
1205
self.Print(
'%s%s=%s'
% (env_prefix, var, env_quoter(env[var])))
1206
1207
print_env(
'LLVM_FORCE_HEAD_REVISION'
)
1208
Callers
nothing calls this directly
Calls
1
Print
Method · 0.95
Tested by
no test coverage detected