MCPcopy Index your code
hub / github.com/emscripten-core/emsdk / sdk_path

Function sdk_path

emsdk.py:449–453  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

447
448# Returns the absolute pathname to the given path inside the Emscripten SDK.
449def sdk_path(path):
450 if os.path.isabs(path):
451 return path
452
453 return to_unix_path(os.path.join(EMSDK_PATH, path))
454
455
456# Removes a single file, suppressing exceptions on failure.

Callers 14

untargzFunction · 0.85
get_download_targetFunction · 0.85
is_firefox_installedFunction · 0.85
expand_varsMethod · 0.85
installation_pathMethod · 0.85
load_file_index_listFunction · 0.85
load_releases_infoFunction · 0.85

Calls 1

to_unix_pathFunction · 0.85

Tested by

no test coverage detected