Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ canLaunch
Method
canLaunch
launcher/BaseInstance.cpp:337–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
}
336
337
bool BaseInstance::canLaunch() const
338
{
339
return (!hasVersionBroken() && !isRunning());
340
}
341
342
bool BaseInstance::reloadSettings()
343
{
Callers
3
launch
Method · 0.45
instanceChanged
Method · 0.45
updateButtons
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected