( request: FastifyRequest, reply: FastifyReply )
| 140 | done: HookHandlerDoneFunction |
| 141 | ) { done() } |
| 142 | async function notFoundpreValidationAsyncHandler ( |
| 143 | request: FastifyRequest, |
| 144 | reply: FastifyReply |
| 145 | ) { } |
| 146 | |
| 147 | server.setNotFoundHandler(notFoundHandler) |
| 148 | server.setNotFoundHandler({ preHandler: notFoundpreHandlerHandler }, notFoundHandler) |
nothing calls this directly
no outgoing calls
no test coverage detected