MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / callAbstractMethod2

Function callAbstractMethod2

test/embind/embind_test.cpp:1560–1562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1558};
1559
1560std::string callAbstractMethod2(AbstractClassWithConstructor& ac) {
1561 return ac.abstractMethod();
1562}
1563
1564struct HeldAbstractClass : public PolyBase, public PolySecondBase {
1565 virtual void method() = 0;

Callers

nothing calls this directly

Calls 1

abstractMethodMethod · 0.45

Tested by

no test coverage detected