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:461–464 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
459
};
460
461
TEST_F(TestMockFS, Empty) {
462
CheckDirs({});
463
CheckFiles({});
464
}
465
466
TEST_F(TestMockFS, CreateDir) {
467
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
FileSystemFromUriAndOptions
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
Tested by
no test coverage detected