Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ canLaunch
Method
canLaunch
launcher/BaseInstance.cpp:299–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
bool BaseInstance::canLaunch() const
300
{
301
return (!hasVersionBroken() && !isRunning());
302
}
303
304
bool BaseInstance::reloadSettings()
305
{
Callers
4
launch
Method · 0.45
updateToolsMenu
Method · 0.45
instanceChanged
Method · 0.45
updateLaunchButtons
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected