MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / set

Method set

lib/config/config.cc:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void Config::set(std::string key, std::string value)
285{
286 setProtoByString(overrides(), key, value);
287}
288
289void Config::setTransient(std::string key, std::string value)
290{

Callers 1

applyOptionsFileMethod · 0.45

Calls 1

setProtoByStringFunction · 0.85

Tested by

no test coverage detected