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

Method category

launcher/ui/instanceview/InstanceView.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231VisualGroup *InstanceView::category(const QModelIndex &index) const
232{
233 return category(index.data(InstanceViewRoles::GroupRole).toString());
234}
235
236VisualGroup *InstanceView::category(const QString &cat) const
237{

Callers 1

updateGeometriesMethod · 0.95

Calls 2

toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected