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

Method remove_array

test/src/test-cppapi-aggregates.cc:1418–1423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1416
1417template <class T>
1418void CppAggregatesFx<T>::remove_array(const std::string& array_name) {
1419 if (!is_array(array_name))
1420 return;
1421
1422 vfs_.remove_dir(array_name);
1423}
1424
1425template <class T>
1426void CppAggregatesFx<T>::remove_array() {

Callers

nothing calls this directly

Calls 3

is_arrayFunction · 0.85
remove_arrayFunction · 0.70
remove_dirMethod · 0.45

Tested by

no test coverage detected