MCPcopy Create free account
hub / github.com/MultiMC/Launcher / getProblemSeverity

Method getProblemSeverity

launcher/minecraft/Component.cpp:232–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232ProblemSeverity Component::getProblemSeverity() const
233{
234 auto file = getVersionFile();
235 if(file)
236 {
237 return file->getProblemSeverity();
238 }
239 return ProblemSeverity::Error;
240}
241
242const QList<PatchProblem> Component::getProblems() const
243{

Callers 3

packageCurrentMethod · 0.45
dataMethod · 0.45
getProfileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected