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

Method userpicLocation

Telegram/SourceFiles/data/data_peer.cpp:574–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574ImageLocation PeerData::userpicLocation() const {
575 return _userpic.location();
576}
577
578bool PeerData::userpicPhotoUnknown() const {
579 return (_userpicPhotoId == kUnknownPhotoId);

Callers 2

peerSizeFunction · 0.80
writePeerFunction · 0.80

Calls 1

locationMethod · 0.45

Tested by

no test coverage detected