Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
289
void Config::setTransient(std::string key, std::string value)
290
{
291
setProtoByString(&_combinedConfig, key, value);
292
}
293
294
std::string Config::get(std::string key)
295
{
Callers
1
measureDiskRotation
Function · 0.80
Calls
1
setProtoByString
Function · 0.85
Tested by
no test coverage detected