Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ SetMasterFD
Method
SetMasterFD
phxbinlogsvr/core/repl/replication_ctx.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void ReplicationCtx::SetMasterFD(const int &fd) {
88
is_close_ = false;
89
master_fd_ = fd;
90
}
91
92
int ReplicationCtx::GetMasterFD() {
93
return master_fd_;
Callers
1
Process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected