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

Method report_error

lib_acl_cpp/src/http/http_service.cpp:246–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 bool respond_over_;
245
246 void report_error(ipc_client* ipc, http_status_t errnum)
247 {
248 data_.i_hdr_res = hdr_res_;
249 data_.i_error = errnum;
250 ipc->send_message(HTTP_MSG_ERR, &data_, sizeof(data_));
251 }
252
253 void report(ipc_client* ipc, unsigned int nMsg)
254 {

Callers

nothing calls this directly

Calls 2

memcpyFunction · 0.85
send_messageMethod · 0.80

Tested by

no test coverage detected