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

Method hasUpdateAvailable

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

Source from the content-addressed store, hash-verified

191 }
192
193 bool hasUpdateAvailable() const
194 {
195 return m_hasUpdate;
196 }
197 void setUpdateAvailable(bool value)
198 {
199 if(m_hasUpdate != value)

Callers 1

drawBadgesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected