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

Method ~SubarrayPartitionerErrorFx

test/src/unit-SubarrayPartitioner-error.cc:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91SubarrayPartitionerErrorFx::~SubarrayPartitionerErrorFx() {
92 tiledb_array_free(&array_);
93 remove_dir(temp_dir_, ctx_, vfs_);
94 tiledb_ctx_free(&ctx_);
95 tiledb_vfs_free(&vfs_);
96}
97
98/* ********************************* */
99/* TESTS */

Callers

nothing calls this directly

Calls 4

tiledb_array_freeFunction · 0.85
remove_dirFunction · 0.85
tiledb_ctx_freeFunction · 0.85
tiledb_vfs_freeFunction · 0.85

Tested by

no test coverage detected