MCPcopy
hub / github.com/fastify/fastify / onResponseHookIterator

Function onResponseHookIterator

lib/hooks.js:268–270  ·  view source on GitHub ↗
(fn, request, reply, next)

Source from the content-addressed store, hash-verified

266}
267
268function onResponseHookIterator (fn, request, reply, next) {
269 return fn(request, reply, next)
270}
271
272const onResponseHookRunner = hookRunnerGenerator(onResponseHookIterator)
273const preValidationHookRunner = hookRunnerGenerator(hookIterator)

Callers

nothing calls this directly

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected