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

Method addLinkedInstanceId

launcher/BaseInstance.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void BaseInstance::addLinkedInstanceId(const QString& id)
208{
209 auto linkedInstances = m_settings->get("linkedInstances").toStringList();
210 linkedInstances.append(id);
211 setLinkedInstances(linkedInstances);
212}
213
214bool BaseInstance::removeLinkedInstanceId(const QString& id)
215{

Callers 1

copyFinishedMethod · 0.80

Calls 3

toStringListMethod · 0.80
appendMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected