| 36 | } |
| 37 | |
| 38 | RequestFilterPluginEntry * RequestFilterPluginEntry::GetDefault() { |
| 39 | static RequestFilterPluginEntry entry; |
| 40 | return &entry; |
| 41 | } |
| 42 | |
| 43 | void RequestFilterPluginEntry::SetConfig(phxsqlproxy::PHXSqlProxyConfig * config, |
| 44 | phxsqlproxy::WorkerConfig_t * worker_config) { |
nothing calls this directly
no outgoing calls
no test coverage detected