Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ requestClose
Method
requestClose
launcher/ui/InstanceWindow.cpp:269–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
bool InstanceWindow::requestClose()
270
{
271
if(m_container->prepareToClose())
272
{
273
close();
274
return true;
275
}
276
return false;
277
}
Callers
nothing calls this directly
Calls
1
prepareToClose
Method · 0.80
Tested by
no test coverage detected