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

Method finish

apps/sim/lib/uploads/core/storage-service.ts:204–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

startFunction · 0.65
handleUnifiedChatPostFunction · 0.65
completeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected