Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ inner
Function
inner
test/test_mainloop_infloop.c:28–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void inner() {
29
inners++;
30
printf(
"inner: mains, inners, nevers, loops: %d, %d, %d, %d\n"
, mains, inners, nevers, loops);
31
emscripten_set_main_loop(loop, 1, 1);
32
nevers++;
33
}
34
35
int main(void) {
36
mains++;
Callers
1
main
Function · 0.70
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected