MCPcopy 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

13class MyFoo {
14public:
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_outFunction · 0.50

Tested by

no test coverage detected