| 315 | } |
| 316 | |
| 317 | MasterIOChannel::MasterIOChannel(PHXSqlProxyConfig * config, |
| 318 | WorkerConfig_t * worker_config, |
| 319 | GroupStatusCache * group_status_cache) : |
| 320 | IOChannel(config, worker_config, group_status_cache) { |
| 321 | } |
| 322 | |
| 323 | MasterIOChannel::~MasterIOChannel() { |
| 324 | } |
nothing calls this directly
no outgoing calls
no test coverage detected