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

Function sync

Telegram/SourceFiles/storage/localstorage.cpp:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343} // namespace
344
345void sync() {
346 Storage::details::Sync();
347}
348
349void finish() {
350 delete base::take(_localLoader);

Callers 8

finishMethod · 0.85
createSessionMethod · 0.85
resetMethod · 0.85
stopMethod · 0.85
startBatchMethod · 0.85
registerActivityMethod · 0.85
onTimeoutMethod · 0.85
finalizeAllMethod · 0.85

Calls 1

SyncFunction · 0.85

Tested by

no test coverage detected