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

Function ClearAll

Telegram/SourceFiles/core/update_checker.cpp:287–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void ClearAll() {
288 base::Platform::DeleteDirectory(UpdatesFolder());
289}
290
291QString FindUpdateFile() {
292 QDir updates(UpdatesFolder());

Callers 3

unpackDoneMethod · 0.85
checkReadyUpdateFunction · 0.85

Calls 1

UpdatesFolderFunction · 0.85

Tested by

no test coverage detected