MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / _DoWrite

Method _DoWrite

test/rpc/RPCClient.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void CRPCClient::_DoWrite(const cppnet::Handle& handle, uint32_t len, uint32_t err) {
88 if (err != cppnet::CEC_SUCCESS) {
89 base::LOG_ERROR("send response to client failed! err : %d", err);
90 }
91}
92
93void CRPCClient::_DoConnect(const cppnet::Handle& handle, uint32_t err) {
94 if (err != cppnet::CEC_SUCCESS) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected