MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / updateNonIdle

Method updateNonIdle

Telegram/SourceFiles/core/application.cpp:1287–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1285}
1286
1287void Application::updateNonIdle() {
1288 _lastNonIdleTime = crl::now();
1289 if (const auto session = maybePrimarySession()) {
1290 session->updates().checkIdleFinish(_lastNonIdleTime);
1291 }
1292}
1293
1294crl::time Application::lastNonIdleTime() const {
1295 return std::max(

Callers 6

eventFilterMethod · 0.80
handleStreamingUpdateMethod · 0.80
initStreamingMethod · 0.80
handleStreamingUpdateMethod · 0.80
handleStateChangedMethod · 0.80
recordUpdatedMethod · 0.80

Calls 2

checkIdleFinishMethod · 0.80
updatesMethod · 0.45

Tested by

no test coverage detected