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

Method withTypeProvider

types/instance.d.ts:134–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 listeningOrigin: string;
133 addresses(): AddressInfo[]
134 withTypeProvider<Provider extends FastifyTypeProvider>(): FastifyInstance<RawServer, RawRequest, RawReply, Logger, Provider>;
135
136 addSchema(schema: unknown): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>;
137 getSchema(schemaId: string): unknown;

Callers 4

pluginFunction · 0.80
register.tst.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected