MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / write

Method write

src/types/file-system.d.ts:2–2  ·  view source on GitHub ↗
(data: BufferSource | Blob | string)

Source from the content-addressed store, hash-verified

1interface FileSystemWritableFileStream extends WritableStream {
2 write(data: BufferSource | Blob | string): Promise<void>;
3 seek(position: number): Promise<void>;
4 truncate(size: number): Promise<void>;
5}

Callers 10

initializeTerminalFunction · 0.80
useTerminalFunction · 0.80
writeErrorFunction · 0.80
writeOutputFunction · 0.80
_send_streamingMethod · 0.80
_send_jsonMethod · 0.80
ingress.test.tsFile · 0.80
openWebSocketHandshakeFunction · 0.80

Calls

no outgoing calls

Tested by 1

openWebSocketHandshakeFunction · 0.64