()
| 112 | }, |
| 113 | setHeader: headers.set, |
| 114 | get body() { |
| 115 | return JSON.stringify(body) |
| 116 | }, |
| 117 | send: (code, payload, h?: { [s: string]: string }) => { |
| 118 | statusCode = code |
| 119 | body = payload |
nothing calls this directly
no outgoing calls
no test coverage detected