Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
static size_t nativeLength(StringSpan view) { return view.sizeInBytes() / sizeof(native_char_t); }
65
66
static bool isSeparator(native_char_t ch)
67
{
Callers
5
findRootLength
Function · 0.85
trimTrailingSeparators
Function · 0.85
pathJoin
Function · 0.85
getDirectoryName
Function · 0.85
getApplicationRootDirectory
Function · 0.85
Calls
1
sizeInBytes
Method · 0.45
Tested by
no test coverage detected