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

Method SecondBase

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

Source from the content-addressed store, hash-verified

547class SecondBase {
548public:
549 SecondBase() : name("SecondBase"), member(0), secondBaseMember(0) {}
550
551 std::string getClassName() const {
552 return name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected