Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ ReplicationBase
Method
ReplicationBase
phxbinlogsvr/core/repl/replication_base.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
namespace phxbinlog {
16
17
ReplicationBase::ReplicationBase(ReplicationCtx *ctx) {
18
ctx_ = ctx;
19
}
20
21
ReplicationBase::~ReplicationBase() {
22
ctx_ = NULL;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected