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

Function close_array

test/support/src/helpers.cc:469–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469void close_array(tiledb_ctx_t* ctx, tiledb_array_t* array) {
470 int rc = tiledb_array_close(ctx, array);
471 CHECK(rc == TILEDB_OK);
472}
473
474void create_array(
475 tiledb_ctx_t* ctx,

Calls 1

tiledb_array_closeFunction · 0.85

Tested by

no test coverage detected