MCPcopy Create free account
hub / github.com/Tencent/phxsql / SetReqUniqID

Method SetReqUniqID

phxsqlproxy/io_router.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void IORouter::SetReqUniqID(uint64_t req_uniq_id) {
47 req_uniq_id_ = req_uniq_id;
48}
49
50void IORouter::Clear() {
51 req_uniq_id_ = 0;

Callers 1

SetClientFDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected