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

Method GetDefault

phxsqlproxy/plugin/requestfilter/requestfilter_plugin.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38RequestFilterPluginEntry * RequestFilterPluginEntry::GetDefault() {
39 static RequestFilterPluginEntry entry;
40 return &entry;
41}
42
43void RequestFilterPluginEntry::SetConfig(phxsqlproxy::PHXSqlProxyConfig * config,
44 phxsqlproxy::WorkerConfig_t * worker_config) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected