Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ SmallClass
Method
SmallClass
test/embind/embind_test.cpp:428–428 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
class SmallClass {
427
public:
428
SmallClass() : member(7){};
429
int member;
430
};
431
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected