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

Function getRootNode

src/Common/Config/ConfigProcessor.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140static Node * getRootNode(Document * document)
141{
142 return XMLUtils::getRootNode(document);
143}
144
145static size_t firstNonWhitespacePos(const std::string & s)
146{

Callers 6

mergeMethod · 0.70
doIncludesRecursiveMethod · 0.70
processConfigMethod · 0.70
processIncludesMethod · 0.70
hideElementsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected