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

Function callAbstractMethod

test/embind/embind_test.cpp:1516–1518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514}
1515
1516std::string callAbstractMethod(AbstractClass& ac) {
1517 return ac.abstractMethod();
1518}
1519
1520std::string callOptionalMethod(AbstractClass& ac, std::string s) {
1521 return ac.optionalMethod(s);

Callers

nothing calls this directly

Calls 1

abstractMethodMethod · 0.45

Tested by

no test coverage detected