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

Function CheckDirectory

cpp/src/arrow/filesystem/s3fs_narrative_test.cc:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void CheckDirectory(FileSystem* fs, const std::string& path) {
92 ASSERT_OK_AND_ASSIGN(auto info, fs->GetFileInfo(path));
93 AssertFileInfo(info, path, FileType::Directory);
94}
95
96void ClearBucket(int argc, char** argv) {
97 ASSERT_OK_AND_ASSIGN(auto fs, MakeFileSystem());

Callers 1

TestBucketFunction · 0.85

Calls 1

AssertFileInfoFunction · 0.85

Tested by

no test coverage detected