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

Function dependency

test/plugin.3.test.js:244–246  ·  view source on GitHub ↗
(instance, opts, done)

Source from the content-addressed store, hash-verified

242 })
243
244 function dependency (instance, opts, done) {
245 done()
246 }
247
248 function plugin (instance, opts, done) {
249 done()

Callers

nothing calls this directly

Calls 1

doneFunction · 0.50

Tested by

no test coverage detected