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

Method config

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

Source from the content-addressed store, hash-verified

91 }
92
93 tiledb::sm::Config config() const {
94 return array_->config();
95 }
96
97 void delete_array(const tiledb::sm::URI& uri) {
98 array_->delete_array(uri);

Calls

no outgoing calls

Tested by

no test coverage detected