()
| 557 | const fastify = Fastify() |
| 558 | |
| 559 | const rootFunc = () => {} |
| 560 | fastify.decorate('test', rootFunc) |
| 561 | fastify.decorateRequest('test', rootFunc) |
| 562 | fastify.decorateReply('test', rootFunc) |
nothing calls this directly
no outgoing calls
no test coverage detected