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

Function InvalidDeleteDirContents

cpp/src/arrow/filesystem/util_internal.cc:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85Status InvalidDeleteDirContents(std::string_view path) {
86 return Status::Invalid(
87 "DeleteDirContents called on invalid path '", path, "'. ",
88 "If you wish to delete the root directory's contents, call DeleteRootDirContents.");
89}
90
91Result<Uri> ParseFileSystemUri(const std::string& uri_string) {
92 Uri uri;

Callers 5

DeleteDirContentsMethod · 0.85
DeleteDirContentsMethod · 0.85
DeleteDirContentsMethod · 0.85
DeleteDirContentsMethod · 0.85
DeleteDirContentsMethod · 0.85

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected