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

Method SiblingDerived

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

Source from the content-addressed store, hash-verified

623class SiblingDerived : public Base {
624public:
625 SiblingDerived() : Base(), name_("SiblingDerived") {}
626
627 std::string getClassName() const {
628 return name_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected