Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetAllDirs
Function
GetAllDirs
cpp/src/arrow/filesystem/test_util.cc:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
std::vector<FileInfo> GetAllDirs(FileSystem* fs) {
62
return GetAllWithType(fs, FileType::Directory);
63
}
64
65
std::vector<FileInfo> GetAllFiles(FileSystem* fs) {
66
return GetAllWithType(fs, FileType::File);
Callers
2
AssertAllDirs
Function · 0.85
TestEmpty
Method · 0.85
Calls
1
GetAllWithType
Function · 0.85
Tested by
no test coverage detected