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

Method EnqueueDownload

NetStream/source/hvdb_utils.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29int32_t hvdbutils::EnqueueDownload(const char *url, const char *name)
30{
31 return ytutils::EnqueueDownload(url, name);
32}
33
34int32_t hvdbutils::EnqueueDownloadAsync(const char *url, const char *name)
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected