Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ get_sysroot_dir
Function
get_sysroot_dir
tools/cache.py:108–109 ·
view source on GitHub ↗
(*parts)
Source
from the content-addressed store, hash-verified
106
107
108
def
get_sysroot_dir(*parts):
109
return
str(Path(get_sysroot(absolute=True), *parts))
110
111
112
def
get_lib_dir(absolute):
Callers
1
get_include_dir
Function · 0.85
Calls
1
get_sysroot
Function · 0.85
Tested by
no test coverage detected