Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ abort
Method
abort
launcher/net/Download.cpp:298–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
} // namespace Net
297
298
auto Net::Download::abort() -> bool
299
{
300
if (m_reply) {
301
m_reply->abort();
302
} else {
303
m_state = State::AbortedByUser;
304
}
305
return true;
306
}
Callers
1
downloadFinished
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected