Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ hasVersionBroken
Method
hasVersionBroken
launcher/BaseInstance.h:230–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
bool hasVersionBroken() const
231
{
232
return m_hasBrokenVersion;
233
}
234
void setVersionBroken(bool value)
235
{
236
if(m_hasBrokenVersion != value)
Callers
1
drawBadges
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected