Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ erase_lib
Function
erase_lib
tools/cache.py:137–138 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
135
136
137
def
erase_lib(name):
138
erase_file(get_lib_name(name))
139
140
141
def
erase_file(shortname):
Callers
nothing calls this directly
Calls
2
erase_file
Function · 0.85
get_lib_name
Function · 0.70
Tested by
no test coverage detected