Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ cancel
Method
cancel
core/network/Downloader.cpp:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void DownloadTask::cancel()
81
{
82
if (_context)
83
_context->cancel();
84
}
85
86
////////////////////////////////////////////////////////////////////////////////
87
// Implement Downloader
Callers
3
handleNetworkEvent
Method · 0.45
handleNetworkEOF
Method · 0.45
handleNetworkEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected