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

Method isRecommended

launcher/meta/Version.h:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 return m_data;
71 }
72 bool isRecommended() const
73 {
74 return m_recommended;
75 }
76 bool isLoaded() const
77 {
78 return m_data != nullptr;

Callers 3

getVersionForLoaderMethod · 0.80
chooseVersionMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected