Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ canShareThisContactFast
Method
canShareThisContactFast
Telegram/SourceFiles/data/data_user.cpp:715–717 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
713
}
714
715
bool UserData::canShareThisContactFast() const {
716
return !_phone.isEmpty();
717
}
718
719
QString UserData::username() const {
720
return _username.username();
Callers
1
processUser
Method · 0.80
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected