MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / stable_point

Method stable_point

libhsclient/hstcpcli.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103bool
104hstcpcli::stable_point()
105{
106 /* returns true if cli can send a new request */
107 return fd.get() >= 0 && num_req_bufd == 0 && num_req_sent == 0 &&
108 num_req_rcvd == 0 && response_end_offset == 0;
109}
110
111int
112hstcpcli::get_error_code()

Callers 1

runMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected