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

Function handler

test/route.6.test.js:290–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288 path: '/more-coffee',
289 exposeHeadRoute: true,
290 async handler () {
291 return 'hello world'
292 }
293 })
294
295 const listener = (w) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected