[[arrow::export]]
| 180 | |
| 181 | // [[arrow::export]] |
| 182 | void 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]] |
| 188 | void fs___FileSystem__DeleteFile(const std::shared_ptr<fs::FileSystem>& file_system, |
no test coverage detected