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

Function tiledb_string_free

tiledb/api/c_api/string/string_api.cc:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50capi_return_t tiledb_string_free(tiledb_string_handle_t** s) {
51 ensure_output_pointer_is_valid(s);
52 ensure_string_is_valid(*s);
53 tiledb_string_handle_t::break_handle(*s);
54 return TILEDB_OK;
55}
56
57} // namespace tiledb::api
58

Callers 15

dumpMethod · 0.85
nameMethod · 0.85
get_enumeration_nameMethod · 0.85
~CAPIStringMethod · 0.85
nameMethod · 0.85
dirMethod · 0.85
get_paramMethod · 0.85
unit-query-plan.ccFile · 0.85

Calls 2

ensure_string_is_validFunction · 0.85

Tested by

no test coverage detected