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

Method EnqueueDownload

NetStream/source/yt_utils.cpp:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463int32_t ytutils::EnqueueDownload(const char *url, const char *name)
464{
465 return s_downloader->Enqueue(g_appPlugin, url, name);
466}
467
468int32_t ytutils::EnqueueDownloadAsync(const char *url, const char *name)
469{

Callers

nothing calls this directly

Calls 1

EnqueueMethod · 0.80

Tested by

no test coverage detected