Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
DownloadTask::DownloadTask()
47
{
48
AXLOGD(
"Construct DownloadTask {}"
, fmt::ptr(this));
49
}
50
51
DownloadTask::DownloadTask(std::string_view srcUrl, std::string_view identifier)
52
{
Callers
nothing calls this directly
Calls
5
transform
Function · 0.85
ptr
Function · 0.50
empty
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected