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

Method peerListUpdateRow

Telegram/SourceFiles/boxes/peer_list_widgets.cpp:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void PeerListWidgetsDelegate::peerListUpdateRow(not_null<PeerListRow*> row) {
234 _content->updateRow(row);
235}
236
237void PeerListWidgetsDelegate::peerListRemoveRow(not_null<PeerListRow*> row) {
238 Unexpected("...PeerListWidgetsDelegate::peerListRemoveRow");

Callers 15

updateForMethod · 0.45
prepareMethod · 0.45
prepareMethod · 0.45
updateWaitingStateMethod · 0.45
createRowMethod · 0.45
recomputeTypeForMethod · 0.45
updateRowMethod · 0.45
rowUpdateRowMethod · 0.45
prepareMethod · 0.45
rowUpdateRowMethod · 0.45
ExceptionRowMethod · 0.45

Calls 1

updateRowMethod · 0.45

Tested by

no test coverage detected