MCPcopy
hub / github.com/vercel/next.js / start

Function start

packages/next-routing/src/__tests__/rewrites.test.ts:6–8  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

4function createReadableStream(): ReadableStream {
5 return new ReadableStream({
6 start(controller) {
7 controller.close()
8 },
9 })
10}
11

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected