Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
463
int32_t ytutils::EnqueueDownload(const char *url, const char *name)
464
{
465
return s_downloader->Enqueue(g_appPlugin, url, name);
466
}
467
468
int32_t ytutils::EnqueueDownloadAsync(const char *url, const char *name)
469
{
Callers
nothing calls this directly
Calls
1
Enqueue
Method · 0.80
Tested by
no test coverage detected