Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ IsAbsolutePath
Method
IsAbsolutePath
Sources/Shared/IO/FileSystem.cpp:1303–1306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1301
}
1302
1303
bool FileSystem::IsAbsolutePath(StringView path)
1304
{
1305
return GetPathRootLength(path) > 0;
1306
}
1307
1308
String FileSystem::GetExecutablePath()
1309
{
Callers
nothing calls this directly
Calls
1
GetPathRootLength
Function · 0.85
Tested by
no test coverage detected