Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
void finish(int result) {
11
assert(result == 121);
12
emscripten_force_exit(0);
13
}
14
15
int counter = 0;
16
int nesting = 0;
Callers
1
iter
Function · 0.70
Calls
1
assert
Function · 0.50
Tested by
no test coverage detected