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

Method chatListTimestampText

Telegram/SourceFiles/dialogs/dialogs_entry.cpp:336–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336DateText Entry::chatListTimestampText(
337 TimeId date,
338 crl::time now) const {
339 return ResolveDateText(_chatListDateCache, date, now);
340}
341
342void Entry::setChatListExistence(bool exists) {
343 if (exists && _sortKeyInChatList) {

Callers 1

PaintDialogDateFunction · 0.80

Calls 1

ResolveDateTextFunction · 0.85

Tested by

no test coverage detected