Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ hasUpdateAvailable
Method
hasUpdateAvailable
launcher/BaseInstance.h:243–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
bool hasUpdateAvailable() const
244
{
245
return m_hasUpdate;
246
}
247
void setUpdateAvailable(bool value)
248
{
249
if(m_hasUpdate != value)
Callers
1
drawBadges
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected