MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / hasCrashed

Method hasCrashed

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

Source from the content-addressed store, hash-verified

254 }
255
256 bool hasCrashed() const
257 {
258 return m_crashed;
259 }
260 void setCrashed(bool value)
261 {
262 if(m_crashed != value)

Callers 1

drawBadgesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected