Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ stat
Class
stat
cpp/src/arrow/filesystem/localfs.cc:148–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
FileInfo StatToFileInfo(const struct stat& s) {
149
FileInfo info;
150
if (S_ISREG(s.st_mode)) {
151
info.set_type(FileType::File);
Callers
1
StatFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected