Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
228
bool WallPaper::isPattern() const {
229
return _flags & WallPaperFlag::Pattern;
230
}
231
232
bool WallPaper::isDefault() const {
233
return _flags & WallPaperFlag::Default;
Callers
15
pushDefaultChatBackground
Method · 0.80
backgroundData
Method · 0.80
start
Method · 0.80
DefaultChatThemeOn
Function · 0.80
BackgroundPreviewBox
Method · 0.80
recreateBlurCheckbox
Method · 0.80
setScaledFromThumb
Method · 0.80
checkLoadedDocument
Method · 0.80
updatePapers
Method · 0.80
validatePaperThumbnail
Method · 0.80
ExportTestChatTheme
Function · 0.80
withParamsFrom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected