Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetLocalizedTypeName
Function
GetLocalizedTypeName
libs/search/result.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
std::string GetLocalizedTypeName(uint32_t type)
88
{
89
return localisation::TranslatedFeatureType(classif().GetReadableObjectName(type));
90
}
91
92
std::string Result::GetLocalizedFeatureType() const
93
{
Callers
4
GetLocalizedFeatureType
Method · 0.70
GetFeatureDescription
Method · 0.70
TranslatedFeatureType
Function · 0.50
AddLanguage
Method · 0.50
Calls
2
TranslatedFeatureType
Function · 0.85
GetReadableObjectName
Method · 0.80
Tested by
no test coverage detected