MCPcopy 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
61std::vector<FileInfo> GetAllDirs(FileSystem* fs) {
62 return GetAllWithType(fs, FileType::Directory);
63}
64
65std::vector<FileInfo> GetAllFiles(FileSystem* fs) {
66 return GetAllWithType(fs, FileType::File);

Callers 2

AssertAllDirsFunction · 0.85
TestEmptyMethod · 0.85

Calls 1

GetAllWithTypeFunction · 0.85

Tested by

no test coverage detected