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

Function get_path

tools/cache.py:92–94  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

90
91
92def get_path(name):
93 ensure_setup()
94 return Path(cachedir, name)
95
96
97def get_sysroot(absolute):

Callers

nothing calls this directly

Calls 1

ensure_setupFunction · 0.85

Tested by

no test coverage detected