Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyPrismLauncher/Launcher
/ canLaunch
Method
canLaunch
launcher/BaseInstance.cpp:349–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
}
348
349
bool BaseInstance::canLaunch() const
350
{
351
return (!hasVersionBroken() && !isRunning());
352
}
353
354
bool BaseInstance::reloadSettings()
355
{
Callers
3
launch
Method · 0.45
instanceChanged
Method · 0.45
updateButtons
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected