Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ MakeLowerCase
Function
MakeLowerCase
libs/base/string_utils.cpp:118–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
UniString MakeLowerCase(UniString s)
119
{
120
MakeLowerCaseInplace(s);
121
return s;
122
}
123
124
void MakeLowerCaseInplace(std::string & s)
125
{
Callers
15
AddSynonyms
Method · 0.85
ValidateAndFormat_facebook
Function · 0.85
ValidateAndFormat_instagram
Function · 0.85
ValidateAndFormat_twitter
Function · 0.85
ValidateAndFormat_vk
Function · 0.85
ValidateAndFormat_contactLine
Function · 0.85
ValidateAndFormat_fediverse
Function · 0.85
ValidateFacebookPage
Function · 0.85
ValidateInstagramPage
Function · 0.85
ValidateTwitterPage
Function · 0.85
ValidateVkPage
Function · 0.85
ValidateLinePage
Function · 0.85
Calls
1
MakeLowerCaseInplace
Function · 0.70
Tested by
1
UNIT_TEST
Function · 0.68