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

Method startLocalStorage

Telegram/SourceFiles/core/application.cpp:876–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874}
875
876void Application::startLocalStorage() {
877 Ui::GL::DetectLastCheckCrash();
878 Local::start();
879 _saveSettingsTimer.emplace([=] { saveSettings(); });
880 settings().saveDelayedRequests() | rpl::on_next([=] {
881 saveSettingsDelayed();
882 }, _lifetime);
883}
884
885void Application::startEmojiImageLoader() {
886 _emojiImageLoader.with([

Callers

nothing calls this directly

Calls 3

emplaceMethod · 0.80
saveDelayedRequestsMethod · 0.80
startFunction · 0.70

Tested by

no test coverage detected