MCPcopy
hub / github.com/fastify/fastify / func

Function func

test/decorator.test.js:565–565  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563
564 fastify.register((instance, opts, done) => {
565 const func = () => {}
566 instance.decorate('test', func)
567 instance.decorateRequest('test', func)
568 instance.decorateReply('test', func)

Callers 1

handleErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected