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

Function rootFunc

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

Source from the content-addressed store, hash-verified

557 const fastify = Fastify()
558
559 const rootFunc = () => {}
560 fastify.decorate('test', rootFunc)
561 fastify.decorateRequest('test', rootFunc)
562 fastify.decorateReply('test', rootFunc)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected