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

Method isPattern

Telegram/SourceFiles/data/data_wall_paper.cpp:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228bool WallPaper::isPattern() const {
229 return _flags & WallPaperFlag::Pattern;
230}
231
232bool WallPaper::isDefault() const {
233 return _flags & WallPaperFlag::Default;

Callers 15

backgroundDataMethod · 0.80
startMethod · 0.80
DefaultChatThemeOnFunction · 0.80
BackgroundPreviewBoxMethod · 0.80
recreateBlurCheckboxMethod · 0.80
setScaledFromThumbMethod · 0.80
checkLoadedDocumentMethod · 0.80
updatePapersMethod · 0.80
ExportTestChatThemeFunction · 0.80
withParamsFromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected