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

Method started

Telegram/SourceFiles/window/themes/window_theme.cpp:1032–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030}
1031
1032bool ChatBackground::started() const {
1033 return !Data::details::IsUninitializedWallPaper(_paper);
1034}
1035
1036void ChatBackground::saveForRevert() {
1037 Expects(started());

Callers 6

PasscodeLockWidgetMethod · 0.45
submitMethod · 0.45
currentImageMethod · 0.45
validateGifAnimationMethod · 0.45
clipCallbackMethod · 0.45

Calls 1

IsUninitializedWallPaperFunction · 0.85

Tested by

no test coverage detected