Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
export
interface
CloneableBody {
39
finalize(): Promise<void>
40
cloneBodyStream(): Readable
41
}
42
43
export
function
getCloneableBody<T extends IncomingMessage>(
Callers
4
createHandler
Function · 0.80
runMiddleware
Method · 0.80
handleRequest
Function · 0.80
sandbox.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected