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

Function fs___FileSystem__CopyFile

r/src/filesystem.cpp:206–209  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

204
205// [[arrow::export]]
206void fs___FileSystem__CopyFile(const std::shared_ptr<fs::FileSystem>& file_system,
207 const std::string& src, const std::string& dest) {
208 StopIfNotOk(file_system->CopyFile(src, dest));
209}
210
211// [[arrow::export]]
212std::shared_ptr<arrow::io::InputStream> fs___FileSystem__OpenInputStream(

Callers 1

Calls 2

StopIfNotOkFunction · 0.85
CopyFileMethod · 0.45

Tested by

no test coverage detected