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

Function notFoundpreValidationAsyncHandler

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

Source from the content-addressed store, hash-verified

140 done: HookHandlerDoneFunction
141) { done() }
142async function notFoundpreValidationAsyncHandler (
143 request: FastifyRequest,
144 reply: FastifyReply
145) { }
146
147server.setNotFoundHandler(notFoundHandler)
148server.setNotFoundHandler({ preHandler: notFoundpreHandlerHandler }, notFoundHandler)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected