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

Method cloneBodyStream

packages/next/src/server/body-streams.ts:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38export interface CloneableBody {
39 finalize(): Promise<void>
40 cloneBodyStream(): Readable
41}
42
43export function getCloneableBody<T extends IncomingMessage>(

Callers 4

createHandlerFunction · 0.80
runMiddlewareMethod · 0.80
handleRequestFunction · 0.80
sandbox.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected