Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastify/fastify
/ handler
Function
handler
test/route-hooks.test.js:157–159 ·
view source on GitHub ↗
(req, reply)
Source
from the content-addressed store, hash-verified
155
fastify.post(
'/no'
, handler)
156
157
function
handler (req, reply) {
158
reply.send({})
159
}
160
161
fastify.inject({
162
method:
'post'
,
Callers
nothing calls this directly
Calls
1
send
Method · 0.80
Tested by
no test coverage detected