MCPcopy
hub / github.com/fastify/fastify / setSchemaController

Method setSchemaController

types/instance.d.ts:530–530  ·  view source on GitHub ↗

* Set the schema controller for all routes.

(schemaControllerOpts: FastifySchemaControllerOptions)

Source from the content-addressed store, hash-verified

528 * Set the schema controller for all routes.
529 */
530 setSchemaController(schemaControllerOpts: FastifySchemaControllerOptions): FastifyInstance<RawServer, RawRequest, RawReply, Logger>;
531
532 /**
533 * Set the reply serializer for all routes.

Callers 3

schemaPluginFunction · 0.80
instance.tst.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

schemaPluginFunction · 0.64