Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
318
bool InstanceList::trashedSomething() {
319
return !m_trashHistory.empty();
320
}
321
322
void InstanceList::undoTrashInstance() {
323
if (m_trashHistory.empty()) {
Callers
2
createMainToolbarActions
Method · 0.80
showInstanceContextMenu
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected