MCPcopy
hub / github.com/fastify/fastify / handler

Function handler

test/404s.test.js:1010–1010  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1008 await fastify.listen({ port: 0 })
1009
1010 const handler = () => {}
1011 // See https://github.com/fastify/light-my-request/pull/20
1012 t.assert.throws(() => fastify.inject({
1013 method: 'UNKNOWN_METHOD',

Callers 4

serverFactoryFunction · 0.70
setupFunction · 0.70
serverFactoryFunction · 0.70
serverFactoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected