| 555 | }; |
| 556 | |
| 557 | Status PathNotFound(const AzureLocation& location) { |
| 558 | return ::arrow::fs::internal::PathNotFound(location.all); |
| 559 | } |
| 560 | |
| 561 | Status NotADir(const AzureLocation& location) { |
| 562 | return ::arrow::fs::internal::NotADir(location.all); |
no outgoing calls
no test coverage detected