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

Method Base2

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

Source from the content-addressed store, hash-verified

1819struct Base2 {
1820public:
1821 Base2() : field2("Base2") {}
1822 std::string field2;
1823
1824 std::string getField() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected