Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
int64_t FeatureID::GetMwmVersion() const
52
{
53
return IsValid() ? m_mwmId.GetInfo()->GetVersion() : -1;
54
}
55
56
bool FeatureID::IsEqualCountry(base::StringIL const & lst) const
57
{
Callers
10
Mwm
Class · 0.80
CreateMapObject
Function · 0.80
CreateTrack
Function · 0.80
CreateBookmark
Function · 0.80
Java_app_organicmaps_sdk_editor_Editor_nativeGetMwmVersion
Function · 0.80
EnsureTableLoaded
Method · 0.80
LoadHouseTableImpl
Function · 0.80
PostcodePoints
Method · 0.80
Retrieval
Method · 0.80
CreateInfo
Method · 0.80
Calls
3
IsValid
Function · 0.50
GetVersion
Method · 0.45
GetInfo
Method · 0.45
Tested by
no test coverage detected