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

Method getProblemSeverity

launcher/minecraft/Component.cpp:267–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267ProblemSeverity Component::getProblemSeverity() const
268{
269 auto file = getVersionFile();
270 if(file)
271 {
272 return file->getProblemSeverity();
273 }
274 return ProblemSeverity::Error;
275}
276
277const QList<PatchProblem> Component::getProblems() const
278{

Callers 3

packageCurrentMethod · 0.45
dataMethod · 0.45
getProfileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected