MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / hasVersionBroken

Method hasVersionBroken

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

Source from the content-addressed store, hash-verified

219 RuntimeContext runtimeContext() const { return m_runtimeContext; }
220
221 bool hasVersionBroken() const { return m_hasBrokenVersion; }
222 void setVersionBroken(bool value)
223 {
224 if (m_hasBrokenVersion != value) {

Callers 1

drawBadgesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected