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

Method remove_dir

tiledb/sm/cpp_api/vfs.h:460–464  ·  view source on GitHub ↗

Removes a directory (recursively) with the input URI. */

Source from the content-addressed store, hash-verified

458
459 /** Removes a directory (recursively) with the input URI. */
460 void remove_dir(const std::string& uri) const {
461 auto& ctx = ctx_.get();
462 ctx.handle_error(
463 tiledb_vfs_remove_dir(ctx.ptr().get(), vfs_.get(), uri.c_str()));
464 }
465
466 /** Checks if a file with the input URI exists. */
467 bool is_file(const std::string& uri) const {

Callers 2

vacuumMethod · 0.45
consolidate_internalMethod · 0.45

Calls 5

tiledb_vfs_remove_dirFunction · 0.85
handle_errorMethod · 0.80
c_strMethod · 0.80
getMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected