( instance: ServerWithTypeProviderAndLogger, opts: FastifyPluginOptions, done: (error?: FastifyError) => void )
| 189 | typeof customLogger |
| 190 | > = async function (instance, opts) { } |
| 191 | const testPluginWithTypeProviderAndLoggerWithType = ( |
| 192 | instance: ServerWithTypeProviderAndLogger, |
| 193 | opts: FastifyPluginOptions, |
| 194 | done: (error?: FastifyError) => void |
| 195 | ) => { } |
| 196 | const testPluginWithTypeProviderAndLoggerWithTypeAsync = async ( |
| 197 | instance: ServerWithTypeProviderAndLogger, |
| 198 | opts: FastifyPluginOptions |
nothing calls this directly
no outgoing calls
no test coverage detected