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

Method showAccount

Telegram/SourceFiles/window/window_controller.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void Controller::showAccount(not_null<Main::Account*> account) {
140 showAccount(account, ShowAtUnreadMsgId);
141}
142
143void Controller::showAccount(
144 not_null<Main::Account*> account,

Callers

nothing calls this directly

Calls 15

AppClass · 0.85
uniqueIdMethod · 0.80
checkWindowIdMethod · 0.80
updateOnlineMethod · 0.80
sessionChangesMethod · 0.80
closeWindowMethod · 0.80
sessionValueMethod · 0.80
grabForSlideAnimationMethod · 0.80
isIdleValueMethod · 0.80
termsLockValueMethod · 0.80
updateGlobalMenuMethod · 0.80
activeChatChangesMethod · 0.80

Tested by

no test coverage detected