Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
def
get_path(name):
93
ensure_setup()
94
return
Path(cachedir, name)
95
96
97
def
get_sysroot(absolute):
Callers
nothing calls this directly
Calls
1
ensure_setup
Function · 0.85
Tested by
no test coverage detected