MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / category

Method category

launcher/ui/instanceview/InstanceView.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214VisualGroup* InstanceView::category(const QModelIndex& index) const
215{
216 return category(index.data(InstanceViewRoles::GroupRole).toString());
217}
218
219VisualGroup* InstanceView::category(const QString& cat) const
220{

Callers 3

updateGeometriesMethod · 0.95
make_linksMethod · 0.80
runLinkMethod · 0.80

Calls 2

toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected