Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ isAbsoluteNative
Function
isAbsoluteNative
Libraries/Testing/Testing.cpp:113–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
static bool isAbsoluteNative(StringSpan path) { return findRootLength(path) > 0; }
114
115
static Result assignNativeSlice(StringPath& output, const native_char_t* text, size_t length)
116
{
Callers
3
repoHasMarkers
Function · 0.85
resolveLibraryRootByWalkingParents
Function · 0.85
resolveCompiledLibraryRoot
Function · 0.85
Calls
1
findRootLength
Function · 0.85
Tested by
no test coverage detected