Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ canLaunch
Method
canLaunch
launcher/BaseInstance.cpp:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
bool BaseInstance::canLaunch() const
206
{
207
return (!hasVersionBroken() && !isRunning());
208
}
209
210
bool BaseInstance::reloadSettings()
211
{
Callers
1
launch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected