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

Method setString

base/poco/Util/src/JSONConfiguration.cpp:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303
304void JSONConfiguration::setString(const std::string& key, const std::string& value)
305{
306 setValue(key, value);
307}
308
309
310void JSONConfiguration::setRaw(const std::string& key, const std::string& value)

Callers 6

initMethod · 0.45
loadConfigurationMethod · 0.45
setArgsMethod · 0.45
handleOptionMethod · 0.45
copyToMethod · 0.45
argsToConfigFunction · 0.45

Calls 1

setValueFunction · 0.50

Tested by

no test coverage detected