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

Method isGroupCollapsed

launcher/InstanceList.cpp:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285bool InstanceList::isGroupCollapsed(const QString& group)
286{
287 return m_collapsedGroups.contains(group);
288}
289
290bool InstanceList::trashInstance(const InstanceId& id)
291{

Callers 1

MainWindowMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected