MCPcopy Create free account
hub / github.com/Tylemagne/Gopher360 / keyExists

Method keyExists

Windows/Gopher/Gopher/ConfigFile.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool ConfigFile::keyExists(const std::string &key) const
167{
168 return contents.find(key) != contents.end();
169}
170
171void ConfigFile::exitWithError(const std::string &error)
172{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected