Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ FiosIsHiddenFile
Function
FiosIsHiddenFile
src/os/unix/unix.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
bool FiosIsHiddenFile(const std::filesystem::path &path)
85
{
86
return path.filename().string().starts_with(
"."
);
87
}
88
89
#ifdef WITH_ICONV
90
Callers
1
FiosGetFileList
Function · 0.50
Calls
1
string
Method · 0.45
Tested by
no test coverage detected