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

Method get_path

tools/system_libs.py:432–433  ·  view source on GitHub ↗
(self, absolute=False)

Source from the content-addressed store, hash-verified

430 cache.erase_file(self.get_path())
431
432 def get_path(self, absolute=False):
433 return cache.get_lib_name(self.get_filename(), absolute=absolute)
434
435 def build(self):
436 """Get the cached path of this library.

Callers 10

eraseMethod · 0.95
buildMethod · 0.95
generateMethod · 0.95
do_buildMethod · 0.95
mainFunction · 0.80
check_sanityFunction · 0.80
get_build_dirFunction · 0.80
get_cached_fileFunction · 0.80
heuristic_clear_cacheFunction · 0.80
test_sanity.pyFile · 0.80

Calls 1

get_filenameMethod · 0.95

Tested by

no test coverage detected