Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ MyFoo
Method
MyFoo
test/core/test_embind_inheritance.cpp:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
class MyFoo {
14
public:
15
MyFoo() {
16
emscripten_out(
"constructing my foo"
);
17
}
18
virtual void doit() {
19
emscripten_out(
"doing it"
);
20
}
Callers
nothing calls this directly
Calls
1
emscripten_out
Function · 0.50
Tested by
no test coverage detected