MCPcopy Create free account
hub / github.com/Tencent/phxsql / ReadFile

Method ReadFile

phxcomm/configparser/inih-master/cpp/INIReader.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23int INIReader::ReadFile(const std::string &filename) {
24 return ini_parse(filename.c_str(), ValueHandler, this);
25}
26
27int INIReader::ParseError() {
28 return _error;

Callers

nothing calls this directly

Calls 1

ini_parseFunction · 0.85

Tested by

no test coverage detected