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

Function allow_move_dir_over_non_empty_dir

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

- Whether the filesystem allows moving a directory "over" a non-empty destination

Source from the content-addressed store, hash-verified

178 virtual bool allow_move_dir() const { return true; }
179 // - Whether the filesystem allows moving a directory "over" a non-empty destination
180 virtual bool allow_move_dir_over_non_empty_dir() const { return false; }
181 // - Whether the filesystem allows appending to a file
182 virtual bool allow_append_to_file() const { return true; }
183 // - Whether the filesystem allows appending to a nonexistent file

Callers 1

TestMoveDirMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected