MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / id

Method id

launcher/BaseInstance.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214QString BaseInstance::id() const
215{
216 return QFileInfo(instanceRoot()).fileName();
217}
218
219bool BaseInstance::isRunning() const
220{

Callers 13

ApplicationMethod · 0.45
setApplicationThemeMethod · 0.45
launchMethod · 0.45
killMethod · 0.45
controllerSucceededMethod · 0.45
controllerFailedMethod · 0.45
showInstanceWindowMethod · 0.45
dataMethod · 0.45
getInstanceGroupMethod · 0.45
setInstanceGroupMethod · 0.45
deleteGroupMethod · 0.45
getIdMappingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected