MCPcopy 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
80void DownloadTask::cancel()
81{
82 if (_context)
83 _context->cancel();
84}
85
86////////////////////////////////////////////////////////////////////////////////
87// Implement Downloader

Callers 3

handleNetworkEventMethod · 0.45
handleNetworkEOFMethod · 0.45
handleNetworkEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected