Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ SetReqUniqID
Method
SetReqUniqID
phxsqlproxy/proxy_protocol_handler.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void ProxyProtocolHandler::SetReqUniqID(uint64_t req_uniq_id) {
88
req_uniq_id_ = req_uniq_id;
89
}
90
91
void ProxyProtocolHandler::Clear() {
92
req_uniq_id_ = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected