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

Method getString

base/poco/Util/src/AbstractConfiguration.cpp:70–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70std::string AbstractConfiguration::getString(const std::string& key) const
71{
72 Mutex::ScopedLock lock(_mutex);
73
74 std::string value;
75 if (getRaw(key, value))
76 return internalExpand(value);
77 else
78 throw NotFoundException(key);
79}
80
81
82std::string AbstractConfiguration::getString(const std::string& key, const std::string& defaultValue) const

Callers 12

onPrivateKeyRequestedMethod · 0.45
initDefaultContextMethod · 0.45
initPassphraseHandlerMethod · 0.45
initializeMethod · 0.45
commandNameMethod · 0.45
commandPathMethod · 0.45
configureLoggersMethod · 0.45
createFormatterMethod · 0.45
createChannelMethod · 0.45
configureChannelMethod · 0.45
configureLoggerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected