Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/HandlerSocket-Plugin-for-MySQL
/ dbcb_resp_end
Method
dbcb_resp_end
handlersocket/hstcpsvr_worker.cpp:241–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
}
240
241
void
242
hstcpsvr_conn::dbcb_resp_end()
243
{
244
cstate.writebuf.append_literal(
"\n"
);
245
cstate.resp_begin_pos = 0;
246
}
247
248
void
249
hstcpsvr_conn::dbcb_resp_cancel()
Callers
1
database.cpp
File · 0.80
Calls
1
append_literal
Method · 0.80
Tested by
no test coverage detected