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

Method Contains

libs/storage/downloader_queue_universal.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20bool Queue::Contains(CountryId const & country) const
21{
22 return base::IsExist(m_queue, country);
23}
24
25void Queue::ForEachCountry(ForEachCountryFunction const & fn) const
26{

Callers 5

IsCountryInQueueMethod · 0.45
BelongsToRegionMethod · 0.45
BelongsToRegionMethod · 0.45
IsCloseEnoughMethod · 0.45
RemoveMethod · 0.45

Calls 1

IsExistFunction · 0.85

Tested by

no test coverage detected