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

Method XMLConfiguration

base/poco/Util/src/XMLConfiguration.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40XMLConfiguration::XMLConfiguration():
41 _delim('.')
42{
43 loadEmpty("config");
44}
45
46
47XMLConfiguration::XMLConfiguration(char delim):

Callers

nothing calls this directly

Calls 1

loadFunction · 0.85

Tested by

no test coverage detected