Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
static 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
SetUp
Method · 0.85
dataset_writer_test.cc
File · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
TestPathTree
Method · 0.85
TEST
Function · 0.85
ParsePathList
Method · 0.85
TEST
Function · 0.85
TEST_F
Function · 0.85
TestGetFileInfoSelectorWithRecursion
Method · 0.85
CreateHierarchy
Method · 0.85
CleanupDirectoryNames
Method · 0.85
Calls
1
FileInfo
Class · 0.70
Tested by
no test coverage detected