MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / StructInArray

Method StructInArray

test/webidl/test.h:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156struct StructInArray {
157 StructInArray() : attr1(0), attr2(0) {}
158 StructInArray(int _attr1, int _attr2) : attr1(_attr1), attr2(_attr2) {}
159 int attr1;
160 int attr2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected