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

Method cancelled

Telegram/SourceFiles/data/data_document.cpp:1354–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352}
1353
1354bool DocumentData::cancelled() const {
1355 return (_flags & Flag::DownloadCancelled);
1356}
1357
1358void DocumentData::resetCancelled() {
1359 _flags &= ~Flag::DownloadCancelled;

Callers 1

finishLoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected