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

Method invalidate

launcher/BaseInstance.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void BaseInstance::invalidate()
102{
103 changeStatus(Status::Gone);
104 qDebug() << "Instance" << id() << "has been invalidated.";
105}
106
107void BaseInstance::changeStatus(BaseInstance::Status newStatus)
108{

Callers 3

loadListMethod · 0.80
globalSettingsClosedMethod · 0.80
refreshContainerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected