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

Function myCompiler

test/schema-feature.test.js:92–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90test('Get validatorCompiler after setValidatorCompiler', (t, testDone) => {
91 t.plan(2)
92 const myCompiler = () => { }
93 const fastify = Fastify()
94 fastify.setValidatorCompiler(myCompiler)
95 const sc = fastify.validatorCompiler

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected