MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / invalidate

Method invalidate

launcher/BaseInstance.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void BaseInstance::invalidate()
194{
195 changeStatus(Status::Gone);
196 qDebug() << "Instance" << id() << "has been invalidated.";
197}
198
199void BaseInstance::changeStatus(BaseInstance::Status newStatus)
200{

Callers 3

loadListMethod · 0.80
globalSettingsClosedMethod · 0.80
refreshContainerMethod · 0.80

Calls 1

idFunction · 0.50

Tested by

no test coverage detected