MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / nativeLength

Function nativeLength

Libraries/Testing/Testing.cpp:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static size_t nativeLength(StringSpan view) { return view.sizeInBytes() / sizeof(native_char_t); }
65
66static bool isSeparator(native_char_t ch)
67{

Callers 5

findRootLengthFunction · 0.85
trimTrailingSeparatorsFunction · 0.85
pathJoinFunction · 0.85
getDirectoryNameFunction · 0.85

Calls 1

sizeInBytesMethod · 0.45

Tested by

no test coverage detected