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

Method onError

test/test_emscripten_async_wget2.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 static void onError(unsigned handle, void* parent, int statuserror) {
33 http* req = reinterpret_cast<http*>(parent);
34 req->onError(statuserror);
35 }
36
37 static void onProgress(unsigned handle, void* parent, int progress) {
38 http* req = reinterpret_cast<http*>(parent);

Callers

nothing calls this directly

Calls 1

onErrorMethod · 0.45

Tested by

no test coverage detected