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

Function allow_move_file

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

- Whether the filesystem allows moving a file

Source from the content-addressed store, hash-verified

174 virtual bool allow_read_dir_as_file() const { return false; }
175 // - Whether the filesystem allows moving a file
176 virtual bool allow_move_file() const { return true; }
177 // - Whether the filesystem allows moving a directory
178 virtual bool allow_move_dir() const { return true; }
179 // - Whether the filesystem allows moving a directory "over" a non-empty destination

Callers 1

TestMoveFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected