Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
void
142
hstcpcli::clear_error()
143
{
144
DBG(fprintf(stderr,
"CLEAR_ERROR: %d\n"
, error_code));
145
error_code = 0;
146
error_str.clear();
147
}
148
149
int
150
hstcpcli::set_error(int code, const std::string& str)
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected