Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ get_env_int
Function
get_env_int
tools/utils.py:57–59 ·
view source on GitHub ↗
(name, default=0)
Source
from the content-addressed store, hash-verified
55
56
57
def
get_env_int(name, default=0):
58
env_var = os.getenv(name, default)
59
return
int(env_var)
60
61
62
def
exec(cmd):
Callers
3
get_num_cores
Function · 0.85
shared.py
File · 0.85
response_file.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected