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

Method codeCollected

Telegram/SourceFiles/intro/intro_code_input.cpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229rpl::producer<QString> CodeInput::codeCollected() const {
230 return _codeCollected.events();
231}
232
233void CodeInput::clear() {
234 for (const auto &digit : _digits) {

Callers 3

CodeWidgetMethod · 0.80
setupContentMethod · 0.80

Calls 1

eventsMethod · 0.45

Tested by

no test coverage detected