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

Method hstcpcli

plugin/handler_socket/libhsclient/hstcpcli.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65};
66
67hstcpcli::hstcpcli(const socket_args& args)
68 : sargs(args), response_end_offset(0), cur_row_offset(0), num_flds(0),
69 num_req_bufd(0), num_req_sent(0), num_req_rcvd(0), error_code(0)
70{
71 std::string err;
72 if (socket_connect(fd, sargs, err) != 0) {
73 set_error(-1, err);
74 }
75}
76
77void
78hstcpcli::close()

Callers

nothing calls this directly

Calls 1

socket_connectFunction · 0.85

Tested by

no test coverage detected