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

Method getInt

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

Source from the content-addressed store, hash-verified

1673 HasExternalConstructorNoCopy(HasExternalConstructorNoCopy&) = delete;
1674 HasExternalConstructorNoCopy(HasExternalConstructorNoCopy&&) = default;
1675 int getInt() {
1676 return m;
1677 }
1678 static HasExternalConstructorNoCopy create(int i) {
1679 HasExternalConstructorNoCopy obj(i);
1680 return obj;

Callers 1

embind.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected