Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ begin
Function
begin
libraries/lib-string-utils/StringUtils.h:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
namespace details
100
{
101
inline const char* begin(const char* str) noexcept
102
{
103
return str;
104
}
105
106
inline const char* end(const char* str) noexcept
107
{
Callers
2
IsPrefixed
Function · 0.70
DoInsertListColumns
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected