MCPcopy
hub / github.com/fastify/fastify / getValidatorCompiler

Method getValidatorCompiler

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

Source from the content-addressed store, hash-verified

117 }
118
119 getValidatorCompiler () {
120 return this.validatorCompiler || (this.parent && this.parent.getValidatorCompiler())
121 }
122
123 getSerializerCompiler () {
124 return this.serializerCompiler || (this.parent && this.parent.getSerializerCompiler())

Callers 2

getFunction · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected