Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WallBreaker2/op
/ wstring2lower
Function
wstring2lower
libop/base/Utils.cpp:190–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
void wstring2lower(std::wstring &s) {
191
std::transform(s.begin(), s.end(), s.begin(), towlower);
192
}
193
194
void string2lower(std::string &s) {
195
std::transform(s.begin(), s.end(), s.begin(), tolower);
Callers
7
is_named_vk
Function · 0.85
parse_cv_threshold_mode
Function · 0.85
parse_cv_color_space
Function · 0.85
parse_cv_morphology_mode
Function · 0.85
parse_cv_thin_mode
Function · 0.85
parse_cv_blur_mode
Function · 0.85
parse_cv_pipeline_step
Function · 0.85
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected