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

Method onLoaded

test/test_emscripten_async_wget2.cpp:27–30  ·  view source on GitHub ↗

Callback

Source from the content-addressed store, hash-verified

25
26 // Callback
27 static void onLoaded(unsigned handle, void* parent, const char * file) {
28 http* req = reinterpret_cast<http*>(parent);
29 req->onLoaded(file);
30 }
31
32 static void onError(unsigned handle, void* parent, int statuserror) {
33 http* req = reinterpret_cast<http*>(parent);

Callers

nothing calls this directly

Calls 1

onLoadedMethod · 0.45

Tested by

no test coverage detected