MCPcopy
hub / github.com/fastify/fastify / getSerializerCompiler

Method getSerializerCompiler

lib/schema-controller.js:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 getSerializerCompiler () {
124 return this.serializerCompiler || (this.parent && this.parent.getSerializerCompiler())
125 }
126
127 getSerializerBuilder () {
128 return this.compilersFactory.buildSerializer || (this.parent && this.parent.getSerializerBuilder())

Callers 2

getFunction · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected