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

Method ConfigFile

Windows/Gopher/Gopher/ConfigFile.cpp:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160ConfigFile::ConfigFile(const std::string &fName)
161{
162 this->fName = fName;
163 ExtractKeys();
164}
165
166bool ConfigFile::keyExists(const std::string &key) const
167{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected