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

Method invalidate

launcher/BaseInstance.cpp:247–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247void BaseInstance::invalidate()
248{
249 changeStatus(Status::Gone);
250 qDebug() << "Instance" << id() << "has been invalidated.";
251}
252
253void BaseInstance::changeStatus(BaseInstance::Status newStatus)
254{

Callers 4

loadListMethod · 0.80
globalSettingsClosedMethod · 0.80
refreshContainerMethod · 0.80
IconPickerDialogMethod · 0.80

Calls 1

idFunction · 0.50

Tested by

no test coverage detected