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

Method nameVersion

Telegram/SourceFiles/data/data_peer.cpp:1359–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357}
1358
1359int PeerData::nameVersion() const {
1360 return _nameVersion;
1361}
1362
1363const QString &PeerData::name() const {
1364 if (const auto to = migrateTo()) {

Callers 14

drawNameMethod · 0.80
generateNameMethod · 0.80
validateDatasMethod · 0.80
validateDatasMethod · 0.80
prepareMethod · 0.80
chatListNameVersionMethod · 0.80
drawMethod · 0.80
validateFromNameTextMethod · 0.80
isNameUpdatedMethod · 0.80
updateNameMethod · 0.80
paintTopBarMethod · 0.80
checkTextsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected