Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ FiosGetDrives
Function
FiosGetDrives
src/os/unix/unix.cpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void FiosGetDrives(FileList &)
66
{
67
return;
68
}
69
70
std::optional<uint64_t> FiosGetDiskFreeSpace(const std::string &path)
71
{
Callers
1
FiosGetFileList
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected