Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ get_lib_name
Function
get_lib_name
tools/cache.py:133–134 ·
view source on GitHub ↗
(name, absolute=False)
Source
from the content-addressed store, hash-verified
131
132
133
def
get_lib_name(name, absolute=False):
134
return
str(get_lib_dir(absolute=absolute).joinpath(name))
135
136
137
def
erase_lib(name):
Callers
2
erase_lib
Function · 0.70
get_lib
Function · 0.70
Calls
1
get_lib_dir
Function · 0.85
Tested by
no test coverage detected