MCPcopy Create free account
hub / github.com/Tencent/phxsql / SlaveIOChannel

Method SlaveIOChannel

phxsqlproxy/io_channel.cpp:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358SlaveIOChannel::SlaveIOChannel(PHXSqlProxyConfig * config,
359 WorkerConfig_t * worker_config,
360 GroupStatusCache * group_status_cache) :
361 IOChannel(config, worker_config, group_status_cache) {
362}
363
364SlaveIOChannel::~SlaveIOChannel() {
365}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected