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

Method maybeSession

Telegram/SourceFiles/window/window_controller.cpp:341–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341Main::Session *Controller::maybeSession() const {
342 return _id.account ? _id.account->maybeSession() : nullptr;
343}
344
345auto Controller::sessionControllerValue() const
346-> rpl::producer<SessionController*> {

Callers 12

findSessionMethod · 0.45
addTargetAccountNameMethod · 0.45
showAccountMethod · 0.45
checkLockByTermsMethod · 0.45
showTermsDeleteMethod · 0.45
ShowForwardMessagesBoxFunction · 0.45
SetupEmailLockWidgetMethod · 0.45
submitMethod · 0.45
showConfirmWidgetMethod · 0.45
verifyCodeMethod · 0.45
showAccountsMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected