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

Method setTransient

lib/config/config.cc:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void Config::setTransient(std::string key, std::string value)
290{
291 setProtoByString(&_combinedConfig, key, value);
292}
293
294std::string Config::get(std::string key)
295{

Callers 1

measureDiskRotationFunction · 0.80

Calls 1

setProtoByStringFunction · 0.85

Tested by

no test coverage detected