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

Method invalidate

launcher/BaseInstance.cpp:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void BaseInstance::invalidate()
236{
237 changeStatus(Status::Gone);
238 qDebug() << "Instance" << id() << "has been invalidated.";
239}
240
241void BaseInstance::changeStatus(BaseInstance::Status newStatus)
242{

Callers 3

loadListMethod · 0.80
globalSettingsClosedMethod · 0.80
refreshContainerMethod · 0.80

Calls 1

idFunction · 0.50

Tested by

no test coverage detected