Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ hasValue
Method
hasValue
src/ConfigFile.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
bool ConfigFile::hasValue(std::string const& section, std::string const& entry) const {
88
return content_.find(section +
'/'
+ entry) != content_.end();
89
}
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected