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

Method isLocal

Telegram/SourceFiles/data/data_wall_paper.cpp:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244bool WallPaper::isLocal() const {
245 return !document() && _thumbnail;
246}
247
248bool WallPaper::isBlurred() const {
249 return _blurred;

Callers 3

EnumerateDraftsFunction · 0.45
loadMethod · 0.45
summarizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected