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

Method flushHeaders

packages/next/src/server/lib/mock-request.ts:399–402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

397 }
398
399 public flushHeaders(): void {
400 // This is a no-op because we don't actually have a socket to flush the
401 // headers to.
402 }
403
404 // The following methods are not implemented as they are not used in the
405 // Next.js codebase.

Callers 4

handleGetRequestMethod · 0.80
replayEventsMethod · 0.80
createWriterFromResponseFunction · 0.80
epFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected