MCPcopy 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
137def erase_lib(name):
138 erase_file(get_lib_name(name))
139
140
141def erase_file(shortname):

Callers

nothing calls this directly

Calls 2

erase_fileFunction · 0.85
get_lib_nameFunction · 0.70

Tested by

no test coverage detected