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

Method GetDefault

phxsqlproxy/plugin/monitor/monitor_plugin.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113MonitorPluginEntry * MonitorPluginEntry::GetDefault() {
114 static MonitorPluginEntry entry;
115 return &entry;
116}
117
118void MonitorPluginEntry::SetConfig(phxsqlproxy::PHXSqlProxyConfig * config,
119 phxsqlproxy::WorkerConfig_t * worker_config) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected