MCPcopy 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
41function createReadableStream (data) {
42 return new ReadableStream(new Source(data))
43}
44
45module.exports = { createReadableStream, createReadable, createWritable }

Callers 2

redirect.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected