| 17 | type HookHandlerDoneFunction = <TError extends Error = FastifyError>(err?: TError) => void |
| 18 | |
| 19 | interface RequestPayload extends Readable { |
| 20 | receivedEncodedLength?: number; |
| 21 | } |
| 22 | |
| 23 | class="cm">// Lifecycle Hooks |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected