Get the REST client */
| 1024 | |
| 1025 | /* Get the REST client */ |
| 1026 | [[nodiscard]] inline shared_ptr<RestClient> rest_client() const { |
| 1027 | return resources_.rest_client(); |
| 1028 | } |
| 1029 | |
| 1030 | /** |
| 1031 | * Upgrade a TileDB array to latest format version. |
no outgoing calls
no test coverage detected