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

Method Create

cpp/src/arrow/filesystem/localfs_test.cc:550–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548 FileSystem* fs_;
549
550 Result<FileInfoVector> Create(const std::string& base) {
551 FileInfoVector infos;
552 RETURN_NOT_OK(Create(base, 0, &infos));
553 return infos;
554 }
555
556 Status Create(const std::string& base, int depth, FileInfoVector* infos) {
557 for (int i = 0; i < kFilesPerDir; ++i) {

Callers 1

TestFromUriAbfsMethod · 0.45

Calls 7

ConcatAbstractPathFunction · 0.85
CreateFileFunction · 0.85
strMethod · 0.80
push_backMethod · 0.80
FileInfoClass · 0.70
OKFunction · 0.50
CreateDirMethod · 0.45

Tested by

no test coverage detected