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

Method getGroups

launcher/InstanceList.cpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250QStringList InstanceList::getGroups()
251{
252 return m_groupNameCache.toList();
253}
254
255void InstanceList::deleteGroup(const QString& name)
256{

Callers 4

CopyInstanceDialogMethod · 0.80
NewInstanceDialogMethod · 0.80
NewComponentDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected