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

Method getInstanceIndexById

launcher/InstanceList.cpp:599–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599QModelIndex InstanceList::getInstanceIndexById(const QString& id) const
600{
601 return index(getInstIndex(getInstanceById(id).get()));
602}
603
604int InstanceList::getInstIndex(BaseInstance* inst) const
605{

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected