MCPcopy 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
205bool BaseInstance::canLaunch() const
206{
207 return (!hasVersionBroken() && !isRunning());
208}
209
210bool BaseInstance::reloadSettings()
211{

Callers 1

launchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected