MCPcopy Create free account
hub / github.com/acl-dev/acl / report

Method report

lib_acl_cpp/src/http/http_service.cpp:253–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 }
252
253 void report(ipc_client* ipc, unsigned int nMsg)
254 {
255 data_.i_hdr_res = hdr_res_;
256 data_.i_error = HTTP_OK;
257 ipc->send_message(nMsg, &data_, sizeof(data_));
258 }
259
260#ifdef ACL_WINDOWS
261 void report_error(HWND hWnd, http_status_t errnum)

Callers

nothing calls this directly

Calls 2

memcpyFunction · 0.85
send_messageMethod · 0.80

Tested by

no test coverage detected