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

Method close

tiledb/api/c_api/array/array_api_internal.h:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 Status close() {
90 return array_->close();
91 }
92
93 tiledb::sm::Config config() const {
94 return array_->config();

Callers 5

tiledb_array_closeFunction · 0.45
tiledb_array_deleteFunction · 0.45
unit_capi_array.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected