Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ CreateDir
Function
CreateDir
cpp/src/arrow/util/io_util.cc:683–685 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
681
} // namespace
682
683
Result<bool> CreateDir(const PlatformFilename& dir_path) {
684
return DoCreateDir(dir_path, false);
685
}
686
687
Result<bool> CreateDirTree(const PlatformFilename& dir_path) {
688
return DoCreateDir(dir_path, true);
Callers
7
TEST
Function · 0.70
Make
Method · 0.70
PrepareDirectory
Function · 0.50
DoMain
Function · 0.50
DoMain
Function · 0.50
DoMain
Function · 0.50
DoMain
Function · 0.50
Calls
1
DoCreateDir
Function · 0.85
Tested by
1
TEST
Function · 0.56