MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / OnWritePost

Method OnWritePost

Source/Client/NM_Engine/ClientSocketWorker.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void CNetworkClient::OnWritePost(bool bCompleted, const std::string & szRequestId)
227{
228 NETWORK_LOG(LL_SYS, "Write completed! Result: %d Request ID: %s", bCompleted, szRequestId.c_str());
229}
230
231void CNetworkClient::OnError(std::uint32_t ulErrorType, const boost::system::error_code & e)
232{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected