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

Method load

src/Interpreters/ExternalLoaderXMLConfigRepository.cpp:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87Poco::AutoPtr<Poco::Util::AbstractConfiguration> ExternalLoaderXMLConfigRepository::load(
88 const std::string & config_file_path)
89{
90 ConfigProcessor config_processor{config_file_path};
91 ConfigProcessor::LoadedConfig preprocessed = config_processor.loadConfig();
92 config_processor.savePreprocessedConfig(preprocessed, app_path);
93 return preprocessed.configuration;
94}
95
96}

Callers

nothing calls this directly

Calls 2

loadConfigMethod · 0.45

Tested by

no test coverage detected