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

Function CreateBucket

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

Source from the content-addressed store, hash-verified

99}
100
101void CreateBucket(int argc, char** argv) {
102 ASSERT_OK_AND_ASSIGN(auto fs, MakeRootFileSystem());
103 ASSERT_OK(fs->CreateDir(FLAGS_bucket));
104}
105
106void TestBucket(int argc, char** argv) {
107 ASSERT_OK_AND_ASSIGN(auto fs, MakeFileSystem());

Callers 1

TestMainFunction · 0.85

Calls 1

CreateDirMethod · 0.45

Tested by

no test coverage detected