MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / normalize_config_settings

Function normalize_config_settings

tools/config.py:42–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41
42def normalize_config_settings():
43 global CACHE, PORTS, CLOSURE_COMPILER, NODE_JS
44
45 NODE_JS = listify(NODE_JS)
46 CLOSURE_COMPILER = listify(CLOSURE_COMPILER)
47 if not CACHE:
48 CACHE = path_from_root('cache')
49 if not PORTS:
50 PORTS = os.path.join(CACHE, 'ports')
51
52
53def normalize_relative_python_path():

Callers 1

read_configFunction · 0.85

Calls 3

listifyFunction · 0.85
path_from_rootFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected