MCPcopy 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
19inline std::size_t StringLength(const char str)
20{
21 return 1;
22}
23
24inline std::size_t StringLength(const wchar_t str)
25{

Callers 3

JoinFunction · 0.85
endFunction · 0.85
IsPrefixedFunction · 0.85

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected