Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ loadUserpic
Method
loadUserpic
Telegram/SourceFiles/data/data_peer.cpp:491–493 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
489
}
490
491
void PeerData::loadUserpic() {
492
_userpic.load(&session(), userpicOrigin());
493
}
494
495
bool PeerData::hasUserpic() const {
496
return !_userpic.empty();
Callers
15
ContentByUsers
Function · 0.80
updateNotifyDisplay
Method · 0.80
preloadUserpic
Method · 0.80
ProcessUserpic
Function · 0.80
chatListPreloadData
Method · 0.80
paintEvent
Method · 0.80
Session
Method · 0.80
processPhoto
Method · 0.80
UpdateUserpics
Function · 0.80
processPeerPhoto
Method · 0.80
preloadRowsData
Method · 0.80
applyServiceChanges
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected