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

Method Inner

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

Source from the content-addressed store, hash-verified

96 struct Inner {
97 int value;
98 Inner(int x = 1) : value(x) {}
99 int get() { return 198; }
100 int get_value() { return value; }
101 Inner& operator*=(float x) { return *this; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected