MCPcopy
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

1import { RUNTIME_ENV } from "./environments.js";
2import "./constants";
3
4import type { FSStream, FSStreamOpsGen, TtyOps } from "./types";

Callers

nothing calls this directly

Calls 9

prepareBufferFunction · 0.85
readWriteHelperFunction · 0.85
setStdinFunction · 0.85
setStdoutFunction · 0.85
setStderrFunction · 0.85
refreshStreamsFunction · 0.85
writeMethod · 0.65
fsyncMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected