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

Method method

test/core/embind_lib_with_asyncify.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 int method() {
32 return sleep_and_return(30);
33 }
34
35 int method_without_async_calls() {
36 return 40;

Calls

no outgoing calls

Tested by

no test coverage detected