MCPcopy Create free account
hub / github.com/ByConity/ByConity / removeRecursive

Method removeRecursive

src/Disks/DiskLocal.cpp:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void DiskLocal::removeRecursive(const String & path)
306{
307 fs::remove_all(fs::path(disk_path) / path);
308}
309
310void DiskLocal::listFiles(const String & path, std::vector<String> & file_names)
311{

Callers 15

mainFunction · 0.45
tryDropPartitionPieceMethod · 0.45
clearOldStoreDirectoryFunction · 0.45
processTableMethod · 0.45
loadAndDumpPartMethod · 0.45
releaseSegmentMethod · 0.45
~CnchMergePrefetcherMethod · 0.45
truncateMethod · 0.45
truncateMethod · 0.45
dropMethod · 0.45
afterEvictSegmentMethod · 0.45

Calls

no outgoing calls

Tested by 1

SetUpTestCaseMethod · 0.36