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

Function testPluginWithHttp2Async

test/types/register.tst.ts:60–60  ·  view source on GitHub ↗
(instance, opts)

Source from the content-addressed store, hash-verified

58type ServerWithHttp2 = FastifyInstance<Http2Server, Http2ServerRequest, Http2ServerResponse>
59const testPluginWithHttp2: FastifyPluginCallback<TestOptions, Http2Server> = function (instance, opts, done) { }
60const testPluginWithHttp2Async: FastifyPluginAsync<TestOptions, Http2Server> = async function (instance, opts) { }
61const testPluginWithHttp2WithType = (
62 instance: ServerWithHttp2,
63 opts: FastifyPluginOptions,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected