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

Method clear_error

libhsclient/hstcpcli.cpp:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected