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

Method DerivedTwice

test/embind/embind_test.cpp:661–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659class DerivedTwice : public Derived {
660public:
661 DerivedTwice() : Derived(), name_("DerivedTwice") {
662 }
663
664 std::string getClassName() const {
665 return name_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected