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

Method tryLoad

src/Server/CertificateReloader.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101
102void CertificateReloader::tryLoad(const Poco::Util::AbstractConfiguration & config)
103{
104 tryLoad(config, nullptr, Poco::Net::SSLManager::CFG_SERVER_PREFIX);
105}
106
107
108void CertificateReloader::tryLoadClient(const Poco::Util::AbstractConfiguration & config)

Callers 5

mainMethod · 0.45
mainMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected