Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ has
Method
has
base/poco/Util/src/AbstractConfiguration.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
64
bool AbstractConfiguration::has(const std::string& key) const
65
{
66
return hasProperty(key);
67
}
68
69
70
std::string AbstractConfiguration::getString(const std::string& key) const
Callers
1
loadConfiguration
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected