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