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

Method setHandleLoginCode

Telegram/SourceFiles/main/main_account.cpp:610–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610void Account::setHandleLoginCode(Fn<void(QString)> callback) {
611 _handleLoginCode = std::move(callback);
612}
613
614void Account::handleLoginCode(const QString &code) const {
615 if (_handleLoginCode) {

Callers 4

CodeWidgetMethod · 0.80
finishedMethod · 0.80
resolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected