Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ addFlags
Method
addFlags
Telegram/SourceFiles/data/data_user.cpp:585–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
}
584
585
void UserData::addFlags(UserDataFlags which) {
586
setFlags(flags() | which);
587
}
588
589
void UserData::removeFlags(UserDataFlags which) {
590
setFlags(flags() & ~which);
Callers
6
SaveGuardBot
Function · 0.45
changePeerEmptyCallFlag
Method · 0.45
updateNameDelayed
Method · 0.45
processChat
Method · 0.45
deleteConversationLocally
Method · 0.45
applyServiceChanges
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected