Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
function
handler (req, reply) {
17
reply.send(reply[kRouteContext].config)
18
}
19
20
test(
'config'
,
async
t => {
21
t.plan(6)
Callers
nothing calls this directly
Calls
1
send
Method · 0.80
Tested by
no test coverage detected