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

Function fs___FileSystem__DeleteFile

r/src/filesystem.cpp:188–191  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

186
187// [[arrow::export]]
188void fs___FileSystem__DeleteFile(const std::shared_ptr<fs::FileSystem>& file_system,
189 const std::string& path) {
190 StopIfNotOk(file_system->DeleteFile(path));
191}
192
193// [[arrow::export]]
194void fs___FileSystem__DeleteFiles(const std::shared_ptr<fs::FileSystem>& file_system,

Callers 1

Calls 2

StopIfNotOkFunction · 0.85
DeleteFileMethod · 0.45

Tested by

no test coverage detected