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

Function allow_write_implicit_dir_over_file

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

- Whether the filesystem may allow writing a directory "over" a file, for example copying file "A" to "B/C" while "B" exists and is a file.

Source from the content-addressed store, hash-verified

170 // - Whether the filesystem may allow writing a directory "over" a file,
171 // for example copying file "A" to "B/C" while "B" exists and is a file.
172 virtual bool allow_write_implicit_dir_over_file() const { return false; }
173 // - Whether the filesystem allows reading a directory
174 virtual bool allow_read_dir_as_file() const { return false; }
175 // - Whether the filesystem allows moving a file

Callers 2

TestMoveFileMethod · 0.85
TestCopyFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected