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

Method decryptEncryptedElements

src/Common/Config/ConfigProcessor.cpp:260–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void ConfigProcessor::decryptEncryptedElements(LoadedConfig & loaded_config)
261{
262 Node * config_root = getRootNode(loaded_config.preprocessed_xml.get());
263 decryptRecursive(config_root);
264 loaded_config.configuration = new Poco::Util::XMLConfiguration(loaded_config.preprocessed_xml);
265}
266
267bool ConfigProcessor::hasNodeWithAttribute(Poco::XML::Node * config_root, const std::string & attribute_name)
268{

Callers

nothing calls this directly

Calls 2

getRootNodeFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected