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

Method isSelf

Telegram/SourceFiles/data/data_peer.cpp:1580–1585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1578}
1579
1580bool PeerData::isSelf() const {
1581 if (const auto user = asUser()) {
1582 return (user->flags() & UserDataFlag::Self);
1583 }
1584 return false;
1585}
1586
1587bool PeerData::isVerified() const {
1588 if (const auto user = asUser()) {

Callers 15

forwardMessagesMethod · 0.80
nameImageMethod · 0.80
attachToMenuMethod · 0.80
showMethod · 0.80
toggleTooltipMethod · 0.80
RecentViewsTypeForFunction · 0.80
showMethod · 0.80
showMethod · 0.80
refreshViewsFromDataMethod · 0.80

Calls 1

flagsMethod · 0.45

Tested by

no test coverage detected