Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
623
class SiblingDerived : public Base {
624
public:
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