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

Method initialized

Telegram/SourceFiles/export/export_controller.cpp:439–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439void ControllerObject::initialized(const ApiWrap::StartInfo &info) {
440 if (ioCatchError(_writer->start(_settings, _environment, &_stats))) {
441 return;
442 }
443 fillSubstepsInSteps(info);
444 exportNext();
445}
446
447void ControllerObject::collectDialogsList() {
448 setState(stateDialogsList(0));

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected