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

Function Dir

cpp/src/arrow/filesystem/test_util.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39static inline FileInfo Dir(std::string path) {
40 return FileInfo(std::move(path), FileType::Directory);
41}
42
43// A subclass of MockFileSystem that blocks operations until an unlock method is
44// called.

Callers 12

SetUpMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TestPathTreeMethod · 0.85
TESTFunction · 0.85
ParsePathListMethod · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
CreateHierarchyMethod · 0.85
CleanupDirectoryNamesMethod · 0.85

Calls 1

FileInfoClass · 0.70

Tested by

no test coverage detected