MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / setLinkedInstances

Method setLinkedInstances

launcher/BaseInstance.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void BaseInstance::setLinkedInstances(const QStringList& list)
215{
216 m_settings->set("linkedInstances", Json::fromStringList(list));
217}
218
219void BaseInstance::addLinkedInstanceId(const QString& id)
220{

Callers

nothing calls this directly

Calls 2

fromStringListFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected