MCPcopy Create free account
hub / github.com/comaps/comaps / NotifyCheckUpdatesResult

Method NotifyCheckUpdatesResult

libs/storage/storage.cpp:297–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void Storage::NotifyCheckUpdatesResult(storage::CheckUpdatesStatus const status) const
298{
299 LOG(LINFO, ("COUNTRIES: check updates result:", storage::DebugPrint(status)));
300 if (m_onCheckUpdates != nullptr)
301 GetPlatform().RunTask(Platform::Thread::Gui, [this, status]() { m_onCheckUpdates(status); });
302}
303
304void Storage::RunCountriesCheckAsyncSaveOnly()
305{

Callers

nothing calls this directly

Calls 2

RunTaskMethod · 0.80
DebugPrintFunction · 0.70

Tested by

no test coverage detected