Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ SetSlaveFD
Method
SetSlaveFD
phxbinlogsvr/core/repl/replication_ctx.cpp:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void ReplicationCtx::SetSlaveFD(const int &fd) {
97
slave_fd_ = fd;
98
}
99
100
int ReplicationCtx::GetSlaveFD() {
101
return slave_fd_;
Callers
1
ReplicationImpl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected