(request: FastifyRequest, reply: FastifyReply)
| 124 | }) |
| 125 | |
| 126 | function notFoundHandler (request: FastifyRequest, reply: FastifyReply) { } |
| 127 | async function notFoundAsyncHandler (request: FastifyRequest, reply: FastifyReply) { } |
| 128 | function notFoundpreHandlerHandler ( |
| 129 | request: FastifyRequest, |
nothing calls this directly
no outgoing calls
no test coverage detected