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

Method remove

Telegram/SourceFiles/boxes/language_box.cpp:520–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520void Rows::remove(not_null<Row*> row) {
521 row->removed = true;
522 Local::removeRecentLanguage(row->data.id);
523}
524
525void Rows::restore(not_null<Row*> row) {
526 row->removed = false;

Callers 15

setupContentMethod · 0.45
peerListSetRowCheckedMethod · 0.45
setupContentMethod · 0.45
changePeerCheckStateMethod · 0.45
RingtonesBoxFunction · 0.45
ConfirmDeleteAiToneFunction · 0.45
ResalePricesFunction · 0.45
GiftsPremiumFunction · 0.45
ShowStarGiftBoxFunction · 0.45
setRowHiddenMethod · 0.45
removeRowMethod · 0.45

Calls 1

removeRecentLanguageFunction · 0.85

Tested by

no test coverage detected