Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
202
interface
MultipartBackend {
203
uploadPart(partNumber: number, body: Buffer): Promise<void>
204
finish(): Promise<void>
205
abort(): Promise<void>
206
}
207
Callers
3
start
Function · 0.65
handleUnifiedChatPost
Function · 0.65
complete
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected