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

Method DiskEncrypted

src/Disks/DiskEncrypted.cpp:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313};
314
315DiskEncrypted::DiskEncrypted(
316 const String & name_, const Poco::Util::AbstractConfiguration & config_, const String & config_prefix_, const DisksMap & map_)
317 : DiskEncrypted(name_, parseDiskEncryptedSettings(name_, config_, config_prefix_, map_), config_, config_prefix_)
318{
319}
320
321DiskEncrypted::DiskEncrypted(const String & name_, std::unique_ptr<const DiskEncryptedSettings> settings_,
322 const Poco::Util::AbstractConfiguration & config_, const String & config_prefix_)

Callers

nothing calls this directly

Calls 4

getPathMethod · 0.45
getBoolMethod · 0.45
createDirectoriesMethod · 0.45

Tested by

no test coverage detected