Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ get
Method
get
lib/config/config.cc:294–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
}
293
294
std::string Config::get(std::string key)
295
{
296
return getProtoByString(combined(), key);
297
}
298
299
static ConfigProto loadSingleConfigFile(std::string filename)
300
{
Callers
nothing calls this directly
Calls
1
getProtoByString
Function · 0.85
Tested by
no test coverage detected