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

Function handler

test/schema-validation.test.js:270–270  ·  view source on GitHub ↗
(req, reply)

Source from the content-addressed store, hash-verified

268
269 fastify.post('/', {
270 handler (req, reply) { reply.send({ foo: 1 }) },
271 schema: {
272 body: schemaCRefToB,
273 response: {

Callers

nothing calls this directly

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected