MCPcopy Create free account
hub / github.com/fastify/fastify / notFoundHandler

Function notFoundHandler

test/types/instance.tst.ts:126–126  ·  view source on GitHub ↗
(request: FastifyRequest, reply: FastifyReply)

Source from the content-addressed store, hash-verified

124})
125
126function notFoundHandler (request: FastifyRequest, reply: FastifyReply) { }
127async function notFoundAsyncHandler (request: FastifyRequest, reply: FastifyReply) { }
128function notFoundpreHandlerHandler (
129 request: FastifyRequest,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected