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

Function setSerializerCompiler

fastify.js:735–739  ·  view source on GitHub ↗
(serializerCompiler)

Source from the content-addressed store, hash-verified

733 }
734
735 function setSerializerCompiler (serializerCompiler) {
736 throwIfAlreadyStarted('Cannot call "setSerializerCompiler"!')
737 this[kSchemaController].setSerializerCompiler(serializerCompiler)
738 return this
739 }
740
741 function setSchemaController (schemaControllerOpts) {
742 throwIfAlreadyStarted('Cannot call "setSchemaController"!')

Callers

nothing calls this directly

Calls 2

throwIfAlreadyStartedFunction · 0.85
setSerializerCompilerMethod · 0.65

Tested by

no test coverage detected