Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ removeFlags
Method
removeFlags
Telegram/SourceFiles/data/data_user.cpp:589–591 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
}
588
589
void UserData::removeFlags(UserDataFlags which) {
590
setFlags(flags() & ~which);
591
}
592
593
bool UserData::isVerified() const {
594
return flags() & UserDataFlag::Verified;
Callers
3
SaveGuardBot
Function · 0.45
changePeerEmptyCallFlag
Method · 0.45
updateNameDelayed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected