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

Function handler

test/route.8.test.js:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 method: 'GET',
117 path: '/more-coffee',
118 async handler () {
119 return 'hello world'
120 }
121 })
122})
123

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected