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

Function allow_write_file_over_dir

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

- Whether the filesystem may allow writing a file "over" a directory

Source from the content-addressed store, hash-verified

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,
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; }

Callers 2

TestMoveFileMethod · 0.85
TestCopyFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected