MCPcopy Create free account
hub / github.com/Tencent/phxsql / ~ReplicationImpl

Method ~ReplicationImpl

phxbinlogsvr/core/repl/replication_impl.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48ReplicationImpl::~ReplicationImpl() {
49 delete ctx_;
50 ctx_ = NULL;
51}
52
53void ReplicationImpl::Close() {
54 if (ctx_){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected