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

Method cancelled

Telegram/SourceFiles/data/data_photo.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221bool PhotoData::cancelled() const {
222 const auto index = PhotoSizeIndex(PhotoSize::Large);
223 return (_images[index].flags & Data::CloudFile::Flag::Cancelled);
224}
225
226void PhotoData::setWaitingForAlbum() {
227 if (uploading()) {

Callers 5

automaticLoadMethod · 0.45
LoadCloudFileFunction · 0.45
automaticLoadMethod · 0.45
ShouldMethod · 0.45

Calls 1

PhotoSizeIndexFunction · 0.85

Tested by

no test coverage detected