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

Method BigClass

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

Source from the content-addressed store, hash-verified

432class BigClass {
433public:
434 BigClass() : member(11){};
435 int member;
436 int otherMember;
437 int yetAnotherMember;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected