Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyodide/pyodide
/ streams.ts
File
streams.ts
src/js/streams.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ RUNTIME_ENV } from
"./environments.js"
;
2
import
"./constants"
;
3
4
import
type
{ FSStream, FSStreamOpsGen, TtyOps } from
"./types"
;
Callers
nothing calls this directly
Calls
9
prepareBuffer
Function · 0.85
readWriteHelper
Function · 0.85
setStdin
Function · 0.85
setStdout
Function · 0.85
setStderr
Function · 0.85
refreshStreams
Function · 0.85
write
Method · 0.65
fsync
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected