| 563 | } |
| 564 | |
| 565 | Status NotAFile(const AzureLocation& location) { |
| 566 | return ::arrow::fs::internal::NotAFile(location.all); |
| 567 | } |
| 568 | |
| 569 | Status NotEmpty(const AzureLocation& location) { |
| 570 | return ::arrow::fs::internal::NotEmpty(location.all); |
no outgoing calls
no test coverage detected