Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ unpause
Method
unpause
Telegram/SourceFiles/storage/file_upload.cpp:708–711 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
706
}
707
708
void Uploader::unpause() {
709
_pausedId = FullMsgId();
710
maybeSend();
711
}
712
713
void Uploader::cancelRequests(FullMsgId itemId) {
714
for (auto i = begin(_requests); i != end(_requests);) {
Callers
3
cancelUploadLayer
Method · 0.80
paintSticker
Method · 0.80
paintSticker
Method · 0.80
Calls
1
FullMsgId
Class · 0.50
Tested by
no test coverage detected