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

Function started

Telegram/SourceFiles/logs.cpp:445–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445bool started() {
446 return LogsData != 0;
447}
448
449bool instanceChecked() {
450 if (!LogsData) return false;

Callers 15

FaderMethod · 0.85
LoadersMethod · 0.85
showMethod · 0.85
initialReadMethod · 0.85
tileMethod · 0.85
tileDayMethod · 0.85
tileNightMethod · 0.85
setTileMethod · 0.85
setTileDayValueMethod · 0.85
setTileNightValueMethod · 0.85
saveForRevertMethod · 0.85
reapplyWithNightModeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected