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

Method DummyForPointer

test/embind/embind_test.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53struct DummyForPointer {
54 int value;
55 DummyForPointer(const int v) : value(v) {}
56};
57
58static DummyForPointer emval_pointer_dummy(42);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected