Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ FiosIsRoot
Function
FiosIsRoot
src/os/unix/unix.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
#include
"../../safeguards.h"
59
60
bool FiosIsRoot(const std::string &path)
61
{
62
return path == PATHSEP;
63
}
64
65
void FiosGetDrives(FileList &)
66
{
Callers
1
FiosGetFileList
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected