Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
520
void Rows::remove(not_null<Row*> row) {
521
row->removed = true;
522
Local::removeRecentLanguage(row->data.id);
523
}
524
525
void Rows::restore(not_null<Row*> row) {
526
row->removed = false;
Callers
15
setupContent
Method · 0.45
peerListSetRowChecked
Method · 0.45
setupContent
Method · 0.45
changePeerCheckState
Method · 0.45
DefaultForwardCallback
Method · 0.45
RingtonesBox
Function · 0.45
ConfirmDeleteAiTone
Function · 0.45
ResalePrices
Function · 0.45
GiftsPremium
Function · 0.45
ShowStarGiftBox
Function · 0.45
setRowHidden
Method · 0.45
removeRow
Method · 0.45
Calls
1
removeRecentLanguage
Function · 0.85
Tested by
no test coverage detected