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

Function fs___FileSystem__DeleteDirContents

r/src/filesystem.cpp:182–185  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

180
181// [[arrow::export]]
182void fs___FileSystem__DeleteDirContents(
183 const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path) {
184 StopIfNotOk(file_system->DeleteDirContents(path));
185}
186
187// [[arrow::export]]
188void fs___FileSystem__DeleteFile(const std::shared_ptr<fs::FileSystem>& file_system,

Calls 2

StopIfNotOkFunction · 0.85
DeleteDirContentsMethod · 0.45

Tested by

no test coverage detected