MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / get_lib

Function get_lib

tools/cache.py:149–151  ·  view source on GitHub ↗
(libname, *args, **kwargs)

Source from the content-addressed store, hash-verified

147
148
149def get_lib(libname, *args, **kwargs):
150 name = get_lib_name(libname)
151 return get(name, *args, **kwargs)
152
153
154# Request a cached file. If it isn't in the cache, it will be created with

Callers

nothing calls this directly

Calls 2

get_lib_nameFunction · 0.70
getFunction · 0.70

Tested by

no test coverage detected