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

Method intMethod

test/embind/embind_jspi_test.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 void voidMethod() { emscripten_sleep(0); }
23
24 int intMethod(int i) {
25 emscripten_sleep(0);
26 return i + 1;
27 }
28
29 static void voidClass() { emscripten_sleep(0); }
30

Callers 1

EM_ASYNC_JSFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected