MCPcopy Create free account
hub / github.com/axmolengine/axmol / DownloadTask

Method DownloadTask

core/network/Downloader.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44{
45
46DownloadTask::DownloadTask()
47{
48 AXLOGD("Construct DownloadTask {}", fmt::ptr(this));
49}
50
51DownloadTask::DownloadTask(std::string_view srcUrl, std::string_view identifier)
52{

Callers

nothing calls this directly

Calls 5

transformFunction · 0.85
ptrFunction · 0.50
emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected