MCPcopy Create free account
hub / github.com/apache/arrow / GetAllFiles

Function GetAllFiles

cpp/src/arrow/filesystem/test_util.cc:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65std::vector<FileInfo> GetAllFiles(FileSystem* fs) {
66 return GetAllWithType(fs, FileType::File);
67}
68
69void AssertPaths(const std::vector<FileInfo>& infos,
70 const std::vector<std::string>& expected_paths) {

Callers 2

AssertAllFilesFunction · 0.85
TestEmptyMethod · 0.85

Calls 1

GetAllWithTypeFunction · 0.85

Tested by

no test coverage detected