| 63 | } |
| 64 | |
| 65 | void FreqFilterPlugin::SetConfig(phxsqlproxy::PHXSqlProxyConfig * config, phxsqlproxy::WorkerConfig_t * worker_config) { |
| 66 | FreqCtrlConfig * freq_ctrl_config = FreqCtrlConfig::GetDefault(); |
| 67 | freq_ctrl_config->ReadFileWithConfigDirPath(config->GetFreqCtrlConfigPath()); |
| 68 | } |
| 69 | |
| 70 | } |
| 71 |
nothing calls this directly
no test coverage detected