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

Function finish

test/browser/test_async_mainloop.c:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <assert.h>
9
10void finish(int result) {
11 assert(result == 121);
12 emscripten_force_exit(0);
13}
14
15int counter = 0;
16int nesting = 0;

Callers 1

iterFunction · 0.70

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected