| 567 | } |
| 568 | |
| 569 | Status NotEmpty(const AzureLocation& location) { |
| 570 | return ::arrow::fs::internal::NotEmpty(location.all); |
| 571 | } |
| 572 | |
| 573 | Status ValidateFileLocation(const AzureLocation& location) { |
| 574 | if (location.container.empty()) { |
no outgoing calls
no test coverage detected