Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ readBaseConfigFile
Method
readBaseConfigFile
lib/config/config.cc:320–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
}
319
320
void Config::readBaseConfigFile(std::string filename)
321
{
322
base()->MergeFrom(loadSingleConfigFile(filename));
323
}
324
325
void Config::readBaseConfig(std::string data)
326
{
Callers
4
doLoadConfig
Function · 0.80
parseFlagsWithConfigFiles
Method · 0.80
wtRebuildConfiguration
Function · 0.80
PrepareConfig
Method · 0.80
Calls
1
loadSingleConfigFile
Function · 0.85
Tested by
no test coverage detected