Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ updatesAreAllowed
Method
updatesAreAllowed
launcher/Application.cpp:1325–1328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1323
}
1324
1325
bool Application::updatesAreAllowed()
1326
{
1327
return m_runningInstances == 0;
1328
}
1329
1330
void Application::updateIsRunning(bool running)
1331
{
Callers
3
MainWindow
Method · 0.80
updateAvailable
Method · 0.80
downloadUpdates
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected