MCPcopy Create free account
hub / github.com/comaps/comaps / Normalize

Function Normalize

libs/base/string_utils.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139UniString Normalize(UniString s)
140{
141 NormalizeInplace(s);
142 return s;
143}
144
145std::string Normalize(std::string const & s)
146{

Callers 5

ParseTranslationsFunction · 0.50
JoinIteratorMethod · 0.50
string_slice.cppFile · 0.50
UNIT_TESTFunction · 0.50

Calls 3

NormalizeInplaceFunction · 0.85
MakeUniStringFunction · 0.85
ToUtf8Function · 0.70

Tested by 1

UNIT_TESTFunction · 0.40