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

Method IsCountryInQueue

libs/storage/storage.cpp:1164–1169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1162*/
1163
1164bool Storage::IsCountryInQueue(CountryId const & countryId) const
1165{
1166 CHECK_THREAD_CHECKER(m_threadChecker, ());
1167
1168 return m_downloader->GetQueue().Contains(countryId);
1169}
1170
1171bool Storage::IsDiffApplyingInProgressToCountry(CountryId const & countryId) const
1172{

Callers

nothing calls this directly

Calls 2

ContainsMethod · 0.45
GetQueueMethod · 0.45

Tested by

no test coverage detected