Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ MultipleCtors
Method
MultipleCtors
test/embind/embind_test.cpp:2570–2573 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2568
int value = 0;
2569
2570
MultipleCtors(int i) {
2571
value = 1;
2572
assert(i == 10);
2573
}
2574
MultipleCtors(int i, int j) {
2575
value = 2;
2576
assert(i == 20);
Callers
nothing calls this directly
Calls
1
assert
Function · 0.50
Tested by
no test coverage detected