(fastify, opts)
| 1 | // Imported in both index.test.js & esm.test.mjs |
| 2 | async function plugin (fastify, opts) { |
| 3 | fastify.decorate('foo', opts.foo) |
| 4 | } |
| 5 | |
| 6 | plugin[Symbol.for('skip-override')] = true |
| 7 |
nothing calls this directly
no outgoing calls
no test coverage detected