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

Method create

test/embind/test_custom_marshal.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 return value;
19 }
20 static IntWrapper create(int v) {
21 return IntWrapper(v);
22 }
23
24private:
25 explicit IntWrapper(int v) : value(v) {}

Callers 6

runTestFunction · 0.45
FixtureFunction · 0.45
eFunction · 0.45
createFileFunction · 0.45
createDataFileFunction · 0.45
test_fs_mknodFunction · 0.45

Calls 1

IntWrapperClass · 0.85

Tested by

no test coverage detected