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

Function PeerUserpicLoading

Telegram/SourceFiles/ui/userpic_view.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20bool PeerUserpicLoading(const PeerUserpicView &view) {
21 return view.cloud && view.cloud->isNull();
22}
23
24void ValidateUserpicCache(
25 PeerUserpicView &view,

Callers 9

NotificationMethod · 0.85
updatePeerPhotoMethod · 0.85
ProcessUserpicFunction · 0.85
UserpicValueFunction · 0.85
AddPermanentLinkBlockFunction · 0.85
PeerUserpicImageValueFunction · 0.85
setupPeerViewersMethod · 0.85
processPeerPhotoMethod · 0.85
setupUserpicButtonMethod · 0.85

Calls 1

isNullMethod · 0.45

Tested by

no test coverage detected