Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/efsw
/ isRegularFile
Method
isRegularFile
src/efsw/FileInfo.cpp:161–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
bool FileInfo::isRegularFile() const {
162
return 0 != S_ISREG( Permissions );
163
}
164
165
bool FileInfo::isReadable() const {
166
#if EFSW_PLATFORM != EFSW_PLATFORM_WIN32
Callers
4
initFiles
Method · 0.80
scan
Method · 0.80
addAll
Method · 0.80
addWatch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected