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

Function fs___FileSystem__DeleteDir

r/src/filesystem.cpp:176–179  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

174
175// [[arrow::export]]
176void fs___FileSystem__DeleteDir(const std::shared_ptr<fs::FileSystem>& file_system,
177 const std::string& path) {
178 StopIfNotOk(file_system->DeleteDir(path));
179}
180
181// [[arrow::export]]
182void fs___FileSystem__DeleteDirContents(

Callers 1

Calls 2

StopIfNotOkFunction · 0.85
DeleteDirMethod · 0.45

Tested by

no test coverage detected