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

Function get_canonical_temp_dir

tools/shared.py:501–502  ·  view source on GitHub ↗
(temp_dir)

Source from the content-addressed store, hash-verified

499
500
501def get_canonical_temp_dir(temp_dir):
502 return os.path.join(temp_dir, 'emscripten_temp')
503
504
505def setup_temp_dirs():

Callers 3

RunnerCoreClass · 0.90
set_temp_dirMethod · 0.90
setup_temp_dirsFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected