MCPcopy
hub / github.com/fastify/fastify / setSerializerCompiler

Function setSerializerCompiler

fastify.js:742–746  ·  fastify.js::setSerializerCompiler
(serializerCompiler)

Source from the content-addressed store, hash-verified

740 }
741
742 function setSerializerCompiler (serializerCompiler) {
743 throwIfAlreadyStarted(class="st">'Cannot call "setSerializerCompiler"!')
744 this[kSchemaController].setSerializerCompiler(serializerCompiler)
745 return this
746 }
747
748 function setSchemaController (schemaControllerOpts) {
749 throwIfAlreadyStarted(class="st">'Cannot call "setSchemaController"!')

Callers

nothing calls this directly

Calls 2

throwIfAlreadyStartedFunction · 0.85
setSerializerCompilerMethod · 0.65

Tested by

no test coverage detected