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

Function withTypeProvider

fastify.js:567–569  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

565
566 // Used exclusively in TypeScript contexts to enable auto type inference from JSON schema.
567 function withTypeProvider () {
568 return this
569 }
570
571 // wrapper that we expose to the user for hooks handling
572 function addHook (name, fn) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected