Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/undici
/ createReadableStream
Function
createReadableStream
test/utils/stream.js:41–43 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
39
}
40
41
function
createReadableStream (data) {
42
return
new
ReadableStream(
new
Source(data))
43
}
44
45
module.exports = { createReadableStream, createReadable, createWritable }
Callers
2
redirect-request.js
File · 0.85
redirect.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected