MCPcopy Index your code
hub / github.com/simstudioai/sim / write

Method write

apps/sim/lib/uploads/core/storage-service.ts:197–197  ·  view source on GitHub ↗
(chunk: Buffer | string)

Source from the content-addressed store, hash-verified

195 */
196export interface MultipartUploadHandle {
197 write(chunk: Buffer | string): Promise<void>
198 complete(): Promise<{ key: string; size: number }>
199 abort(): Promise<void>
200}

Callers 15

writeBufferedEventMethod · 0.65
secureFetchWithPinnedIPFunction · 0.65
materializeFunction · 0.65
runTableExportFunction · 0.65
writeSandboxInputsFunction · 0.65
withPiSandboxFunction · 0.65
SJFunction · 0.65
UFunction · 0.65
wFunction · 0.65
MFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected