MCPcopy
hub / github.com/sveltejs/kit / createReadableStream

Function createReadableStream

packages/kit/src/exports/node/index.js:222–224  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

220 * @since 2.4.0
221 */
222export function createReadableStream(file) {
223 return /** @type {ReadableStream} */ (Readable.toWeb(createReadStream(file)));
224}

Callers 6

handler.jsFile · 0.90
analyseFunction · 0.90
prerenderFunction · 0.90
devFunction · 0.90
previewFunction · 0.90
initFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected