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

Function plugin

test/esm/plugin.mjs:2–4  ·  view source on GitHub ↗
(fastify, opts)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected