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

Method addLinkedInstanceId

launcher/BaseInstance.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void BaseInstance::addLinkedInstanceId(const QString& id)
220{
221 auto linkedInstances = getLinkedInstances();
222 linkedInstances.append(id);
223 setLinkedInstances(linkedInstances);
224}
225
226bool BaseInstance::removeLinkedInstanceId(const QString& id)
227{

Callers 1

copyFinishedMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected