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

Method GetMwmVersion

libs/indexer/feature_decl.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51int64_t FeatureID::GetMwmVersion() const
52{
53 return IsValid() ? m_mwmId.GetInfo()->GetVersion() : -1;
54}
55
56bool FeatureID::IsEqualCountry(base::StringIL const & lst) const
57{

Callers 10

MwmClass · 0.80
CreateMapObjectFunction · 0.80
CreateTrackFunction · 0.80
CreateBookmarkFunction · 0.80
EnsureTableLoadedMethod · 0.80
LoadHouseTableImplFunction · 0.80
PostcodePointsMethod · 0.80
RetrievalMethod · 0.80
CreateInfoMethod · 0.80

Calls 3

IsValidFunction · 0.50
GetVersionMethod · 0.45
GetInfoMethod · 0.45

Tested by

no test coverage detected