MCPcopy 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
76bool LocalCountryFile::HasFiles() const
77{
78 return std::any_of(m_files.cbegin(), m_files.cend(), [](auto const & value) { return value.has_value(); });
79}
80
81bool LocalCountryFile::OnDisk(MapFileType type) const
82{

Callers 5

DeleteCountryFilesMethod · 0.80
UNIT_TESTFunction · 0.80
UNIT_TESTFunction · 0.80
FeaturesGuardMethod · 0.80

Calls 3

has_valueMethod · 0.80
cbeginMethod · 0.45
cendMethod · 0.45

Tested by 4

UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64
FeaturesGuardMethod · 0.64