MCPcopy 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
113static bool isAbsoluteNative(StringSpan path) { return findRootLength(path) > 0; }
114
115static Result assignNativeSlice(StringPath& output, const native_char_t* text, size_t length)
116{

Callers 3

repoHasMarkersFunction · 0.85

Calls 1

findRootLengthFunction · 0.85

Tested by

no test coverage detected