MCPcopy 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
87std::string GetLocalizedTypeName(uint32_t type)
88{
89 return localisation::TranslatedFeatureType(classif().GetReadableObjectName(type));
90}
91
92std::string Result::GetLocalizedFeatureType() const
93{

Callers 4

GetFeatureDescriptionMethod · 0.70
TranslatedFeatureTypeFunction · 0.50
AddLanguageMethod · 0.50

Calls 2

TranslatedFeatureTypeFunction · 0.85
GetReadableObjectNameMethod · 0.80

Tested by

no test coverage detected