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

Method GetDefault

phxcomm/ossconfig/phxsql_oss_config.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace phxsql{
16
17PhxSQLOssConfig * PhxSQLOssConfig::GetDefault(const char *filename) {
18 static PhxSQLOssConfig config(filename);
19 return &config;
20}
21
22PhxSQLOssConfig::PhxSQLOssConfig(const char * filename) {
23 ReadFile(filename);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected