Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/invoke_i.cpp:10–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
typedef int (*foo)(void);
9
10
int main()
11
{
12
foo f = func1;
13
try {
14
f();
15
} catch(...)
16
{
17
}
18
}
Callers
nothing calls this directly
Calls
1
f
Function · 0.70
Tested by
no test coverage detected