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

Function handler

test/context-config.test.js:16–18  ·  view source on GitHub ↗
(req, reply)

Source from the content-addressed store, hash-verified

14}
15
16function handler (req, reply) {
17 reply.send(reply[kRouteContext].config)
18}
19
20test('config', async t => {
21 t.plan(6)

Callers

nothing calls this directly

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected