Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ d
Function
d
test/core/test_setjmp_within_loop.c:9–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
void b() { printf(
"b\n"
); }
8
void c() { printf(
"c\n"
); }
9
int d() {
10
static int first = 1;
11
if (first) {
12
first = 0;
13
printf(
"d\n"
);
14
return 1;
15
}
16
return 0;
17
}
18
19
int n = 3;
20
Callers
3
main
Function · 0.70
main
Function · 0.70
ca
Function · 0.50
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected