MCPcopy Index your code
hub / github.com/python/cpython / emsdk_activate_path

Function emsdk_activate_path

Platforms/emscripten/__main__.py:52–53  ·  view source on GitHub ↗
(emsdk_cache)

Source from the content-addressed store, hash-verified

50
51@functools.cache
52def emsdk_activate_path(emsdk_cache):
53 return emsdk_cache_root(emsdk_cache) / "emsdk/emsdk_env.sh"
54
55
56def get_build_paths(cross_build_dir=None, emsdk_cache=None):

Callers 2

validate_emsdk_versionFunction · 0.85
get_emsdk_environFunction · 0.85

Calls 1

emsdk_cache_rootFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…