Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ start
Function
start
packages/next-routing/src/__tests__/dynamic-after-rewrites.test.ts:6–8 ·
view source on GitHub ↗
(controller)
Source
from the content-addressed store, hash-verified
4
function
createReadableStream(): ReadableStream {
5
return
new
ReadableStream({
6
start(controller) {
7
controller.close()
8
},
9
})
10
}
11
Callers
nothing calls this directly
Calls
1
close
Method · 0.65
Tested by
no test coverage detected