Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
305
void DiskLocal::removeRecursive(const String & path)
306
{
307
fs::remove_all(fs::path(disk_path) / path);
308
}
309
310
void DiskLocal::listFiles(const String & path, std::vector<String> & file_names)
311
{
Callers
15
main
Function · 0.45
tryDropPartitionPiece
Method · 0.45
clearOldStoreDirectory
Function · 0.45
processTable
Method · 0.45
loadAndDumpPart
Method · 0.45
releaseSegment
Method · 0.45
~CnchMergePrefetcher
Method · 0.45
truncate
Method · 0.45
createEmptyPartInsteadOfLost
Method · 0.45
truncate
Method · 0.45
drop
Method · 0.45
afterEvictSegment
Method · 0.45
Calls
no outgoing calls
Tested by
1
SetUpTestCase
Method · 0.36