MCPcopy
hub / github.com/fastify/fastify / handleReject

Function handleReject

lib/hooks.js:256–262  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

254 }
255
256 function handleReject (err) {
257 if (!err) {
258 err = new FST_ERR_SEND_UNDEFINED_ERR()
259 }
260
261 cb(err, request, reply)
262 }
263
264 next()
265 }

Callers

nothing calls this directly

Calls 1

cbFunction · 0.85

Tested by

no test coverage detected