Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ in_temp
Function
in_temp
tools/shared.py:497–498 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
495
496
497
def
in_temp(name):
498
return
os.path.join(get_emscripten_temp_dir(), os.path.basename(name))
499
500
501
def
get_canonical_temp_dir(temp_dir):
Callers
7
get_object_filename
Function · 0.90
create_tsd_exported_runtime_methods
Function · 0.90
phase_linker_setup
Function · 0.85
phase_post_link
Function · 0.85
run_embind_gen
Function · 0.85
phase_embind_aot
Function · 0.85
package_files
Function · 0.85
Calls
2
get_emscripten_temp_dir
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected