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

Method clear_error

plugin/handler_socket/libhsclient/hstcpcli.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void
143hstcpcli::clear_error()
144{
145 DBG(fprintf(stderr, "CLEAR_ERROR: %d\n", error_code));
146 error_code = 0;
147 error_str.clear();
148}
149
150int
151hstcpcli::set_error(int code, const std::string& str)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected