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

Method trashedSomething

launcher/InstanceList.cpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318bool InstanceList::trashedSomething() {
319 return !m_trashHistory.empty();
320}
321
322void InstanceList::undoTrashInstance() {
323 if (m_trashHistory.empty()) {

Callers 2

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected