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

Function testPluginWithTypeProviderAndLoggerWithType

test/types/register.tst.ts:191–195  ·  view source on GitHub ↗
(
  instance: ServerWithTypeProviderAndLogger,
  opts: FastifyPluginOptions,
  done: (error?: FastifyError) => void
)

Source from the content-addressed store, hash-verified

189 typeof customLogger
190> = async function (instance, opts) { }
191const testPluginWithTypeProviderAndLoggerWithType = (
192 instance: ServerWithTypeProviderAndLogger,
193 opts: FastifyPluginOptions,
194 done: (error?: FastifyError) => void
195) => { }
196const testPluginWithTypeProviderAndLoggerWithTypeAsync = async (
197 instance: ServerWithTypeProviderAndLogger,
198 opts: FastifyPluginOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected