Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ get_sysroot
Function
get_sysroot
tools/cache.py:97–101 ·
view source on GitHub ↗
(absolute)
Source
from the content-addressed store, hash-verified
95
96
97
def
get_sysroot(absolute):
98
ensure_setup()
99
if
absolute:
100
return
os.path.join(cachedir,
'sysroot'
)
101
return
'sysroot'
102
103
104
def
get_include_dir(*parts):
Callers
2
get_sysroot_dir
Function · 0.85
get_lib_dir
Function · 0.85
Calls
2
ensure_setup
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected