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

Method IOChannel

phxsqlproxy/io_channel.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#define LOG_DEBUG(...) PRETTY_LOG(phxsql::LogVerbose, __VA_ARGS__)
37
38IOChannel::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
47IOChannel::~IOChannel() {
48}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected