MCPcopy 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

26class MyBar : public MyFoo {
27public:
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_outFunction · 0.50

Tested by

no test coverage detected