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

Function exe_path_from_root

tools/utils.py:80–81  ·  view source on GitHub ↗
(*pathelems)

Source from the content-addressed store, hash-verified

78
79
80def exe_path_from_root(*pathelems):
81 return find_exe(path_from_root(*pathelems))
82
83
84def suffix(name):

Callers 3

common.pyFile · 0.90
shared.pyFile · 0.85
test_other.pyFile · 0.85

Calls 2

find_exeFunction · 0.85
path_from_rootFunction · 0.85

Tested by

no test coverage detected