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

Function get_system_tasks

embuilder.py:185–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183
184
185def get_system_tasks():
186 system_libraries = system_libs.Library.get_all_variations()
187 system_tasks = list(system_libraries.keys())
188 return system_libraries, system_tasks
189
190
191def get_all_tasks():

Callers 2

get_all_tasksFunction · 0.85
mainFunction · 0.85

Calls 2

get_all_variationsMethod · 0.80
keysMethod · 0.65

Tested by

no test coverage detected