MCPcopy Create free account
hub / github.com/MultiMC/Launcher / id

Method id

launcher/BaseInstance.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122QString BaseInstance::id() const
123{
124 return QFileInfo(instanceRoot()).fileName();
125}
126
127bool BaseInstance::isRunning() const
128{

Callers 12

ApplicationMethod · 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
getInstanceByIdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected