Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ TEST_F
Function
TEST_F
cpp/src/arrow/filesystem/filesystem_test.cc:460–463 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
458
};
459
460
TEST_F(TestMockFS, Empty) {
461
CheckDirs({});
462
CheckFiles({});
463
}
464
465
TEST_F(TestMockFS, CreateDir) {
466
ASSERT_OK(fs_->CreateDir(
"AB"
));
Callers
nothing calls this directly
Calls
15
CreateFile
Function · 0.85
AssertFileInfo
Function · 0.85
Dir
Function · 0.85
FileSystemFromUri
Function · 0.85
CopyFiles
Function · 0.85
AssertBufferEqual
Function · 0.85
base_name
Method · 0.80
ASSERT_OK_AND_ASSIGN
Function · 0.70
File
Class · 0.70
Make
Function · 0.50
CreateDir
Method · 0.45
DeleteDir
Method · 0.45
Tested by
no test coverage detected