Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
int INIReader::ReadFile(const std::string &filename) {
24
return ini_parse(filename.c_str(), ValueHandler, this);
25
}
26
27
int INIReader::ParseError() {
28
return _error;
Callers
nothing calls this directly
Calls
1
ini_parse
Function · 0.85
Tested by
no test coverage detected