MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / getFailedActions

Method getFailedActions

launcher/net/NetJob.cpp:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106auto NetJob::getFailedActions() -> QList<NetAction*>
107{
108 QList<NetAction*> failed;
109 for (auto index : m_failed) {
110 failed.push_back(dynamic_cast<NetAction*>(index.get()));
111 }
112 return failed;
113}
114
115auto NetJob::getFailedFiles() -> QList<QString>
116{

Callers 2

searchRequestFailedMethod · 0.80
searchRequestFailedMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected