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

Method generate

tools/system_libs.py:442–443  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

440 return cache.get(self.get_path(), self.do_build, force=USE_NINJA == 2, quiet=USE_NINJA)
441
442 def generate(self):
443 return cache.get(self.get_path(), self.do_generate, force=USE_NINJA == 2, quiet=USE_NINJA)
444
445 def get_link_flag(self):
446 """Get the link flags needed to use the library.

Callers 1

mainFunction · 0.45

Calls 2

get_pathMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected