Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
bool Queue::Contains(CountryId const & country) const
21
{
22
return base::IsExist(m_queue, country);
23
}
24
25
void Queue::ForEachCountry(ForEachCountryFunction const & fn) const
26
{
Callers
5
IsCountryInQueue
Method · 0.45
BelongsToRegion
Method · 0.45
BelongsToRegion
Method · 0.45
IsCloseEnough
Method · 0.45
Remove
Method · 0.45
Calls
1
IsExist
Function · 0.85
Tested by
no test coverage detected