Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ Sub
Method
Sub
test/embind/test_embind_subclass_pointer.cpp:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
struct Sub : Base {
10
Sub(Base* b) {}
11
};
12
13
struct SubWrapper : wrapper<Sub> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected