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

Method history

Telegram/SourceFiles/data/data_session.cpp:1519–1521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1517}
1518
1519not_null<History*> Session::history(PeerId peerId) {
1520 return _histories->findOrCreate(peerId);
1521}
1522
1523History *Session::historyLoaded(PeerId peerId) const {
1524 return _histories->find(peerId);

Callers 14

userIsBotChangedMethod · 0.95
applyPinnedChatsMethod · 0.95
applyDialogMethod · 0.95
serviceNotificationMethod · 0.95
requestItemRepaintMethod · 0.45
registerMessageMethod · 0.45
unregisterMessageMethod · 0.45

Calls 1

findOrCreateMethod · 0.80

Tested by

no test coverage detected