Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
222
export
function
createReadableStream(file) {
223
return
/** @
type
{ReadableStream} */ (Readable.toWeb(createReadStream(file)));
224
}
Callers
6
handler.js
File · 0.90
analyse
Function · 0.90
prerender
Function · 0.90
dev
Function · 0.90
preview
Function · 0.90
init
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected