MCPcopy 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
51void PollServer::startPolling()
52{
53 if (expirationTimer.isActive()) {
54 pollTimer.start();
55 }
56}
57
58void PollServer::onPollTimeout()
59{

Callers 1

startPollServerMethod · 0.80

Calls 2

isActiveMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected