Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ f
Method
f
test/other/test_dynamic_cast.cpp:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
struct Support {
11
virtual void f() { printf(
"f()\n"
); }
12
};
13
14
struct Derived : Support {};
Callers
2
main
Function · 0.80
main
Function · 0.80
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected