MCPcopy 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
57def get_env_int(name, default=0):
58 env_var = os.getenv(name, default)
59 return int(env_var)
60
61
62def exec(cmd):

Callers 3

get_num_coresFunction · 0.85
shared.pyFile · 0.85
response_file.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected