MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / WorkerResponse

Method WorkerResponse

lib/HttpService/src/HttpServiceTypes.h:228–234  ·  view source on GitHub ↗

* Constructs the HTTP response. */

Source from the content-addressed store, hash-verified

226 * Constructs the HTTP response.
227 */
228 WorkerResponse() :
229 jobId(INVALID_HTTP_JOB_ID),
230 statusCode(HTTP_CODE_OK),
231 payload(nullptr),
232 size(0U)
233 {
234 }
235
236 /**
237 * Copy constructor.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected