Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ isContact
Method
isContact
Telegram/SourceFiles/data/data_user.cpp:770–772 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
768
}
769
770
bool UserData::isContact() const {
771
return (contactStatus() == ContactStatus::Contact);
772
}
773
774
UserData::CallsStatus UserData::callsStatus() const {
775
return _callsStatus;
Callers
15
addNewContact
Method · 0.80
addEditContact
Method · 0.80
addDeleteContact
Method · 0.80
fillContextMenuActions
Method · 0.80
save
Method · 0.80
SendRequest
Function · 0.80
prepare
Method · 0.80
setupWarning
Method · 0.80
setupPhotoButtons
Method · 0.80
setupDeleteContactButton
Method · 0.80
parseAndApply
Method · 0.80
toggleHidden
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected