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

Function ClearBucket

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

Source from the content-addressed store, hash-verified

94}
95
96void ClearBucket(int argc, char** argv) {
97 ASSERT_OK_AND_ASSIGN(auto fs, MakeFileSystem());
98 ASSERT_OK(fs->DeleteRootDirContents());
99}
100
101void CreateBucket(int argc, char** argv) {
102 ASSERT_OK_AND_ASSIGN(auto fs, MakeRootFileSystem());

Callers 1

TestMainFunction · 0.85

Calls 1

DeleteRootDirContentsMethod · 0.45

Tested by

no test coverage detected