Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getVersionForLoader
Method · 0.80
chooseVersion
Method · 0.80
data
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected