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

Method isIdleValue

Telegram/SourceFiles/api/api_updates.cpp:980–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978}
979
980rpl::producer<bool> Updates::isIdleValue() const {
981 return _isIdle.value();
982}
983
984void Updates::updateOnline(crl::time lastNonIdleTime, bool gotOtherOffline) {
985 if (!lastNonIdleTime) {

Callers 1

showAccountMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected