Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetCurrentNorm
Function
GetCurrentNorm
libs/platform/preferred_languages.cpp:561–564 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
559
}
560
561
std::string GetCurrentNorm()
562
{
563
return Normalize(GetCurrentOrig());
564
}
565
566
std::vector<std::string> GetSystemPreferredLanguageCodes() {
567
std::vector<std::string> langs = {};
Callers
5
CreateFeatureDialog
Method · 0.85
ProcessNextKml
Method · 0.85
ProcessNextRect
Method · 0.85
ProcessNextPoint
Method · 0.85
UNIT_TEST
Function · 0.85
Calls
2
GetCurrentOrig
Function · 0.85
Normalize
Function · 0.70
Tested by
1
UNIT_TEST
Function · 0.68