| 36 | #define LOG_DEBUG(...) PRETTY_LOG(phxsql::LogVerbose, __VA_ARGS__) |
| 37 | |
| 38 | IOChannel::IOChannel(PHXSqlProxyConfig * config, |
| 39 | WorkerConfig_t * worker_config, |
| 40 | GroupStatusCache * group_status_cache) : |
| 41 | config_(config), |
| 42 | worker_config_(worker_config), |
| 43 | group_status_cache_(group_status_cache) { |
| 44 | Clear(); |
| 45 | } |
| 46 | |
| 47 | IOChannel::~IOChannel() { |
| 48 | } |
nothing calls this directly
no outgoing calls
no test coverage detected