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

Function have_implicit_directories

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

Override the following functions to specify deviations from expected filesystem semantics. - Whether the filesystem may "implicitly" create intermediate directories

Source from the content-addressed store, hash-verified

165 // filesystem semantics.
166 // - Whether the filesystem may "implicitly" create intermediate directories
167 virtual bool have_implicit_directories() const { return false; }
168 // - Whether the filesystem may allow writing a file "over" a directory
169 virtual bool allow_write_file_over_dir() const { return false; }
170 // - Whether the filesystem may allow writing a directory "over" a file,

Callers 4

TestCreateDirMethod · 0.85
TestMoveFileMethod · 0.85
TestCopyFileMethod · 0.85
TestOpenOutputStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected