Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1354
bool DocumentData::cancelled() const {
1355
return (_flags & Flag::DownloadCancelled);
1356
}
1357
1358
void DocumentData::resetCancelled() {
1359
_flags &= ~Flag::DownloadCancelled;
Callers
1
finishLoad
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected