Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ startPolling
Method
startPolling
libraries/katabasis/src/PollServer.cpp:51–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void PollServer::startPolling()
52
{
53
if (expirationTimer.isActive()) {
54
pollTimer.start();
55
}
56
}
57
58
void PollServer::onPollTimeout()
59
{
Callers
1
startPollServer
Method · 0.80
Calls
2
isActive
Method · 0.45
start
Method · 0.45
Tested by
no test coverage detected