Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ virtualGetClassName
Method
virtualGetClassName
test/embind/embind_test.cpp:717–719 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
715
}
716
717
virtual std::string virtualGetClassName() const {
718
return name_;
719
}
720
721
std::string getClassName() const {
722
return name_;
Callers
2
embind_test_get_virtual_class_name_via_smart_polymorphic_base_ptr
Function · 0.45
embind.test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected