MCPcopy
hub / github.com/fastify/fastify / getSchemas

Method getSchemas

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

Source from the content-addressed store, hash-verified

136 addSchema(schema: unknown): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>;
137 getSchema(schemaId: string): unknown;
138 getSchemas(): Record<string, unknown>;
139
140 after(): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider> & SafePromiseLike<undefined>;
141 after(afterListener: (err: Error | null) => void): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>;

Callers 8

constructorMethod · 0.65
getSchemasMethod · 0.65
setupValidatorMethod · 0.65
setupSerializerMethod · 0.65
instance.tst.tsFile · 0.65
getSchemasFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected