MCPcopy 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
589void UserData::removeFlags(UserDataFlags which) {
590 setFlags(flags() & ~which);
591}
592
593bool UserData::isVerified() const {
594 return flags() & UserDataFlag::Verified;

Callers 3

SaveGuardBotFunction · 0.45
updateNameDelayedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected