* Constructs the HTTP response. */
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected