MCPcopy 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
715bool UserData::canShareThisContactFast() const {
716 return !_phone.isEmpty();
717}
718
719QString UserData::username() const {
720 return _username.username();

Callers 1

processUserMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected