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