MCPcopy Create free account
hub / github.com/MultiMC/Launcher / hasUpdateAvailable

Method hasUpdateAvailable

launcher/BaseInstance.h:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 bool hasUpdateAvailable() const
197 {
198 return m_hasUpdate;
199 }
200 void setUpdateAvailable(bool value)
201 {
202 if(m_hasUpdate != value)

Callers 1

drawBadgesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected