MCPcopy 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
497def in_temp(name):
498 return os.path.join(get_emscripten_temp_dir(), os.path.basename(name))
499
500
501def get_canonical_temp_dir(temp_dir):

Callers 7

get_object_filenameFunction · 0.90
phase_linker_setupFunction · 0.85
phase_post_linkFunction · 0.85
run_embind_genFunction · 0.85
phase_embind_aotFunction · 0.85
package_filesFunction · 0.85

Calls 2

get_emscripten_temp_dirFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected