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

Function emsdk_cache_root

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

Source from the content-addressed store, hash-verified

44
45@functools.cache
46def emsdk_cache_root(emsdk_cache):
47 required_version = required_emscripten_version()
48 return Path(emsdk_cache).absolute() / required_version
49
50
51@functools.cache

Callers 3

emsdk_activate_pathFunction · 0.85
get_build_pathsFunction · 0.85
install_emscriptenFunction · 0.85

Calls 3

PathClass · 0.90
absoluteMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…