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

Function check

bootstrap.py:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59
60
61def check():
62 for name, deps, _ in actions:
63 if not check_deps(name, deps):
64 utils.exit_with_error(f'emscripten setup is not complete ("{name}" is out-of-date). Run `bootstrap.py` to update')
65
66
67def main(args):

Callers

nothing calls this directly

Calls 1

check_depsFunction · 0.85

Tested by

no test coverage detected