MCPcopy 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
298auto 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

downloadFinishedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected