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

Method Clear

phxsqlproxy/io_router.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void IORouter::Clear() {
51 req_uniq_id_ = 0;
52 connect_dest_ = "";
53 connect_port_ = 0;
54}
55
56int IORouter::ConnectDest() {
57 std::string dest_ip = "";

Callers 2

GetNewestCheckPointMethod · 0.45
ClearAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected