Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
501
def
get_canonical_temp_dir(temp_dir):
502
return
os.path.join(temp_dir,
'emscripten_temp'
)
503
504
505
def
setup_temp_dirs():
Callers
3
RunnerCore
Class · 0.90
set_temp_dir
Method · 0.90
setup_temp_dirs
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected