Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
XMLConfiguration::XMLConfiguration():
41
_delim(
'.'
)
42
{
43
loadEmpty(
"config"
);
44
}
45
46
47
XMLConfiguration::XMLConfiguration(char delim):
Callers
nothing calls this directly
Calls
1
load
Function · 0.85
Tested by
no test coverage detected