Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ MyBar
Method
MyBar
test/core/test_embind_inheritance.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
class MyBar : public MyFoo {
27
public:
28
MyBar() {
29
emscripten_out(
"constructing my bar"
);
30
}
31
void doit() override {
32
emscripten_out(
"doing something else"
);
33
}
Callers
nothing calls this directly
Calls
1
emscripten_out
Function · 0.50
Tested by
no test coverage detected