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

Method write

frontend/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 15

downloadTrajectoryFunction · 0.65
initializeTerminalFunction · 0.65
useTerminalFunction · 0.65
_stream_to_tempfileFunction · 0.65
_writeMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
_store_eventMethod · 0.65
test_basic_fileopsMethod · 0.65
test_listMethod · 0.65
test_deep_listMethod · 0.65

Calls

no outgoing calls

Tested by 6

test_basic_fileopsMethod · 0.52
test_listMethod · 0.52
test_deep_listMethod · 0.52
write_contentMethod · 0.52