Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ say_hello
Function
say_hello
test/other/test_split_module.c:8–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
EMSCRIPTEN_KEEPALIVE void say_hello() {
9
printf(
"Hello! answer: %d\n"
, foo());
10
11
void* ptr = malloc(10);
12
if (ptr == NULL) {
13
return;
14
}
15
16
free(ptr);
17
ptr = NULL;
18
}
Callers
nothing calls this directly
Calls
4
printf
Function · 0.85
foo
Function · 0.70
malloc
Function · 0.50
free
Function · 0.50
Tested by
no test coverage detected