MCPcopy
hub / github.com/fastify/fastify / getSerializerBuilder

Method getSerializerBuilder

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

Source from the content-addressed store, hash-verified

125 }
126
127 getSerializerBuilder () {
128 return this.compilersFactory.buildSerializer || (this.parent && this.parent.getSerializerBuilder())
129 }
130
131 getValidatorBuilder () {
132 return this.compilersFactory.buildValidator || (this.parent && this.parent.getValidatorBuilder())

Callers 1

setupSerializerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected