Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetLocalizedCountryName
Method
GetLocalizedCountryName
libs/search/region_info_getter.cpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
string RegionInfoGetter::GetLocalizedCountryName(storage::CountryId const & id) const
108
{
109
return localisation::TranslatedRegionName(id);
110
}
111
} // namespace search
Callers
nothing calls this directly
Calls
1
TranslatedRegionName
Function · 0.85
Tested by
no test coverage detected