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

Method finishStartProcess

Telegram/SourceFiles/export/export_api_wrap.cpp:670–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670void ApiWrap::finishStartProcess() {
671 Expects(_startProcess != nullptr);
672
673 const auto process = base::take(_startProcess);
674 process->done(process->info);
675}
676
677bool ApiWrap::useOnlyLastSplit() const {
678 return !(_settings->types & Settings::Type::NonChannelChatsMask);

Callers

nothing calls this directly

Calls 1

doneMethod · 0.45

Tested by

no test coverage detected