* Returns after successfully validating an error. Throws otherwise. * * @param error Possibly-valid pointer to an error */
| 94 | * @param error Possibly-valid pointer to an error |
| 95 | */ |
| 96 | inline void ensure_error_is_valid(const tiledb_error_handle_t* error) { |
| 97 | ensure_handle_is_valid(error); |
| 98 | } |
| 99 | |
| 100 | } // namespace tiledb::api |
| 101 |
no test coverage detected