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

Method uploadPart

apps/sim/lib/uploads/core/storage-service.ts:203–203  ·  view source on GitHub ↗
(partNumber: number, body: Buffer)

Source from the content-addressed store, hash-verified

201
202interface MultipartBackend {
203 uploadPart(partNumber: number, body: Buffer): Promise<void>
204 finish(): Promise<void>
205 abort(): Promise<void>
206}

Callers 1

dispatchPartFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected