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

Function build_deferred

tools/system_libs.py:2581–2585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2579
2580
2581def build_deferred():
2582 assert USE_NINJA
2583 top_level_ninja = get_top_level_ninja_file()
2584 if os.path.isfile(top_level_ninja):
2585 run_ninja(os.path.dirname(top_level_ninja))

Callers

nothing calls this directly

Calls 2

get_top_level_ninja_fileFunction · 0.85
run_ninjaFunction · 0.85

Tested by

no test coverage detected