MCPcopy Create free account
hub / github.com/MariaDB/server / stable_point

Method stable_point

plugin/handler_socket/libhsclient/hstcpcli.cpp:104–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

runMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected