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

Method passcodeLocked

Telegram/SourceFiles/core/application.cpp:1283–1285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1281}
1282
1283bool Application::passcodeLocked() const {
1284 return _passcodeLock.current();
1285}
1286
1287void Application::updateNonIdle() {
1288 _lastNonIdleTime = crl::now();

Callers 15

FillFunction · 0.80
applyInitialWorkModeMethod · 0.80
clearWidgetsHookMethod · 0.80
setupMainMethod · 0.80
rebuildMenuMethod · 0.80
showHistoryMethod · 0.80
showNewSectionMethod · 0.80
preventsCloseSectionMethod · 0.80
lockedMethod · 0.80

Calls 1

currentMethod · 0.45

Tested by

no test coverage detected