MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / ensure_error_is_valid

Function ensure_error_is_valid

tiledb/api/c_api/error/error_api_internal.h:96–98  ·  view source on GitHub ↗

* Returns after successfully validating an error. Throws otherwise. * * @param error Possibly-valid pointer to an error */

Source from the content-addressed store, hash-verified

94 * @param error Possibly-valid pointer to an error
95 */
96inline void ensure_error_is_valid(const tiledb_error_handle_t* error) {
97 ensure_handle_is_valid(error);
98}
99
100} // namespace tiledb::api
101

Callers 3

tiledb_error_messageFunction · 0.85
tiledb_error_freeFunction · 0.85

Calls 1

ensure_handle_is_validFunction · 0.85

Tested by

no test coverage detected