Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ ToLower
Function
ToLower
libraries/lib-string-utils/StringUtils.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#include
"CodeConversions.h"
10
11
std::string ToLower(const std::string& str)
12
{
13
return audacity::ToUTF8(ToLower(audacity::ToWXString(str)));
14
}
15
16
std::string ToLower(const std::string_view& str)
17
{
Callers
2
IsPrefixedInsensitive
Function · 0.85
line_is_command_terminator
Function · 0.85
Calls
3
ToUTF8
Function · 0.85
ToWXString
Function · 0.85
ToWString
Function · 0.85
Tested by
no test coverage detected