Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ hasCrashed
Method
hasCrashed
launcher/BaseInstance.h:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
bool hasCrashed() const
207
{
208
return m_crashed;
209
}
210
void setCrashed(bool value)
211
{
212
if(m_crashed != value)
Callers
1
drawBadges
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected