Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ HasFiles
Method
HasFiles
libs/platform/local_country_file.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
bool LocalCountryFile::HasFiles() const
77
{
78
return std::any_of(m_files.cbegin(), m_files.cend(), [](auto const & value) { return value.has_value(); });
79
}
80
81
bool LocalCountryFile::OnDisk(MapFileType type) const
82
{
Callers
5
DeleteCountryFiles
Method · 0.80
UNIT_TEST
Function · 0.80
UNIT_TEST
Function · 0.80
TestConcurrentAccessToFeatures
Function · 0.80
FeaturesGuard
Method · 0.80
Calls
3
has_value
Method · 0.80
cbegin
Method · 0.45
cend
Method · 0.45
Tested by
4
UNIT_TEST
Function · 0.64
UNIT_TEST
Function · 0.64
TestConcurrentAccessToFeatures
Function · 0.64
FeaturesGuard
Method · 0.64