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

Method call0

test/embind/embind_benchmark.cpp:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 EMSCRIPTEN_WRAPPER(InterfaceWrapper);
149
150 void call0() override {
151 return call<void>(call0_symbol);
152 }
153
154 std::wstring call1(const std::wstring& str1, const std::wstring& str2) override {
155 return call<std::wstring>(call1_symbol, str1, str2);

Callers 1

callInterface0Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected