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

Function fs___FileSystem__Move

r/src/filesystem.cpp:200–203  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

198
199// [[arrow::export]]
200void fs___FileSystem__Move(const std::shared_ptr<fs::FileSystem>& file_system,
201 const std::string& src, const std::string& dest) {
202 StopIfNotOk(file_system->Move(src, dest));
203}
204
205// [[arrow::export]]
206void fs___FileSystem__CopyFile(const std::shared_ptr<fs::FileSystem>& file_system,

Callers 1

Calls 2

StopIfNotOkFunction · 0.85
MoveMethod · 0.45

Tested by

no test coverage detected