Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
void
143
hstcpcli::clear_error()
144
{
145
DBG(fprintf(stderr,
"CLEAR_ERROR: %d\n"
, error_code));
146
error_code = 0;
147
error_str.clear();
148
}
149
150
int
151
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