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

Function remove_array

test/src/unit-cppapi-consolidation-sparse.cc:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39namespace sparse_consolidate {
40void remove_array(const std::string& array_name) {
41 Context ctx;
42 VFS vfs(ctx);
43 if (vfs.is_dir(array_name))
44 vfs.remove_dir(array_name);
45}
46
47void create_array(const std::string& array_name) {
48 Context ctx;

Calls 2

is_dirMethod · 0.45
remove_dirMethod · 0.45

Tested by

no test coverage detected