MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / createDirectories

Method createDirectories

src/Disks/DiskLocal.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void DiskLocal::createDirectories(const String & path)
332{
333 fs::create_directories(fs::path(disk_path) / path);
334}
335
336void DiskLocal::moveDirectory(const String & from_path, const String & to_path)
337{

Callers 13

executeImplMethod · 0.45
removeExistingLogsMethod · 0.45
TESTFunction · 0.45
asyncCopyFunction · 0.45
TemporaryFileOnDiskMethod · 0.45
DiskEncryptedMethod · 0.45
writeFileMethod · 0.45
copyFileFromDiskMethod · 0.45
copyFileMethod · 0.45
SetUpMethod · 0.45
TESTFunction · 0.45
createDatabaseMethod · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
SetUpMethod · 0.36
TESTFunction · 0.36