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

Method ValueObject

test/embind/test_val_read_pointer.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6struct ValueObject {
7 ValueObject(): value(43) {};
8 int value;
9};
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected