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

Method otherDataDone

Telegram/SourceFiles/export/export_api_wrap.cpp:807–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807void ApiWrap::otherDataDone(const QString &relativePath) {
808 Expects(_otherDataProcess != nullptr);
809
810 const auto process = base::take(_otherDataProcess);
811 process->file.relativePath = relativePath;
812 if (relativePath.isEmpty()) {
813 process->file.skipReason = Data::File::SkipReason::Unavailable;
814 }
815 process->done(std::move(process->file));
816}
817
818void ApiWrap::requestUserpics(
819 FnMut<bool(Data::UserpicsInfo&&)> start,

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
doneMethod · 0.45

Tested by

no test coverage detected