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

Method _DoWrite

test/rpc/RPCServer.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void CRPCServer::_DoWrite(const cppnet::Handle&, uint32_t, uint32_t err) {
104 if (err != cppnet::CEC_SUCCESS) {
105 base::LOG_ERROR("send response to client failed!");
106 }
107}
108
109void CRPCServer::_DoAccept(const cppnet::Handle& handle, uint32_t) {
110 char buf[8192] = { 0 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected