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

Method CustomStruct

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

Source from the content-addressed store, hash-verified

992
993struct CustomStruct {
994 CustomStruct() : field(10) {
995 }
996
997 const int& getField() const {
998 return field;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected