Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ ReadFileWithConfigDirPath
Method
ReadFileWithConfigDirPath
phxcomm/configparser/base_config.cpp:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
int PhxBaseConfig::ReadFileWithConfigDirPath(const string &filename) {
98
return RealReadFile(filename);
99
}
100
101
int PhxBaseConfig::ReadFile(const string &filename) {
102
return RealReadFile(GetDefaultPath() + filename);
Callers
2
main
Function · 0.80
SetConfig
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected