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

Function handler

test/find-route.test.js:90–90  ·  view source on GitHub ↗
(req, reply)

Source from the content-addressed store, hash-verified

88 const fastify = Fastify()
89
90 const handler = (req, reply) => reply.send(typeof req.params.artistId)
91
92 fastify.get('/artists/:artistId', {
93 schema: {

Callers

nothing calls this directly

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected