MCPcopy Create free account
hub / github.com/EasyRPG/Player / download_success_retry

Function download_success_retry

src/async_handler.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 };
87
88 void download_success_retry(unsigned, void* userData, const char*) {
89 auto ctx = static_cast<async_download_context*>(userData);
90 ctx->obj->DownloadDone(true);
91 delete ctx;
92 }
93
94 void start_async_wget_with_retry(async_download_context* ctx);
95

Callers

nothing calls this directly

Calls 1

DownloadDoneMethod · 0.80

Tested by

no test coverage detected