Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ StringLength
Function
StringLength
libraries/lib-string-utils/StringUtils.h:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
#include <wx/string.h>
18
19
inline std::size_t StringLength(const char str)
20
{
21
return 1;
22
}
23
24
inline std::size_t StringLength(const wchar_t str)
25
{
Callers
3
Join
Function · 0.85
end
Function · 0.85
IsPrefixed
Function · 0.85
Calls
1
length
Method · 0.45
Tested by
no test coverage detected