Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ SetReqUniqID
Method
SetReqUniqID
phxsqlproxy/io_channel.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void IOChannel::SetReqUniqID(uint64_t req_uniq_id) {
51
req_uniq_id_ = req_uniq_id;
52
}
53
54
void IOChannel::Clear() {
55
req_uniq_id_ = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected