MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / EnqueueDownloadAsync

Method EnqueueDownloadAsync

NetStream/source/yt_utils.cpp:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468int32_t ytutils::EnqueueDownloadAsync(const char *url, const char *name)
469{
470 return s_downloader->EnqueueAsync(g_appPlugin, url, name);
471}
472
473CURLSH *ytutils::GetShare()
474{

Callers

nothing calls this directly

Calls 1

EnqueueAsyncMethod · 0.80

Tested by

no test coverage detected