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

Method OnCountryInQueue

libs/storage/storage.cpp:980–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978}
979
980void Storage::OnCountryInQueue(QueuedCountry const & queuedCountry)
981{
982 CHECK_THREAD_CHECKER(m_threadChecker, ());
983
984 NotifyStatusChangedForHierarchy(queuedCountry.GetCountryId());
985 SaveDownloadQueue();
986}
987
988void Storage::OnStartDownloading(QueuedCountry const & queuedCountry)
989{

Callers 2

AppendMethod · 0.45
AppendMethod · 0.45

Calls 1

GetCountryIdMethod · 0.80

Tested by

no test coverage detected