Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ IsFullRootPath
Function
IsFullRootPath
Libraries/unrar/pathfn.cpp:580–583 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
578
579
580
bool IsFullRootPath(const wchar *Path)
581
{
582
return IsFullPath(Path) || IsPathDiv(Path[0]);
583
}
584
585
586
void GetPathRoot(const wchar *Path,wchar *Root,size_t MaxSize)
Callers
1
IsRelativeSymlinkSafe
Function · 0.85
Calls
2
IsPathDiv
Function · 0.85
IsFullPath
Function · 0.70
Tested by
no test coverage detected