MCPcopy 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

99namespace details
100{
101inline const char* begin(const char* str) noexcept
102{
103 return str;
104}
105
106inline const char* end(const char* str) noexcept
107{

Callers 2

IsPrefixedFunction · 0.70
DoInsertListColumnsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected