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

Function ensure_string_is_valid

tiledb/api/c_api/string/string_api_internal.h:83–85  ·  view source on GitHub ↗

* Returns after successfully validating a string handle. Throws otherwise. * * @param string Possibly-valid pointer to a string handle */

Source from the content-addressed store, hash-verified

81 * @param string Possibly-valid pointer to a string handle
82 */
83inline void ensure_string_is_valid(const tiledb_string_handle_t* string) {
84 ensure_handle_is_valid(string);
85}
86
87} // namespace tiledb::api
88

Callers 2

tiledb_string_viewFunction · 0.85
tiledb_string_freeFunction · 0.85

Calls 1

ensure_handle_is_validFunction · 0.85

Tested by

no test coverage detected