Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
static Node * getRootNode(Document * document)
141
{
142
return XMLUtils::getRootNode(document);
143
}
144
145
static size_t firstNonWhitespacePos(const std::string & s)
146
{
Callers
6
decryptEncryptedElements
Method · 0.70
merge
Method · 0.70
doIncludesRecursive
Method · 0.70
processConfig
Method · 0.70
processIncludes
Method · 0.70
hideElements
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected