MCPcopy 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
294std::string Config::get(std::string key)
295{
296 return getProtoByString(combined(), key);
297}
298
299static ConfigProto loadSingleConfigFile(std::string filename)
300{

Callers

nothing calls this directly

Calls 1

getProtoByStringFunction · 0.85

Tested by

no test coverage detected