Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastify/fastify
/ start
Function
start
test/web-api.test.js:343–345 ·
view source on GitHub ↗
(controller)
Source
from the content-addressed store, hash-verified
341
fastify.get(
'/'
,
function
(request, reply) {
342
const
stream =
new
ReadableStream({
343
start (controller) {
344
controller.error(
new
Error(
'stream error'
))
345
}
346
})
347
reply.send(stream)
348
})
Callers
nothing calls this directly
Calls
2
error
Method · 0.80
close
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…