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

Method isLinkedToInstanceId

launcher/BaseInstance.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222bool BaseInstance::isLinkedToInstanceId(const QString& id) const
223{
224 auto linkedInstances = m_settings->get("linkedInstances").toStringList();
225 return linkedInstances.contains(id);
226}
227
228void BaseInstance::iconUpdated(QString key)
229{

Callers 1

Calls 3

toStringListMethod · 0.80
getMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected