Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
202
interface
MultipartBackend {
203
uploadPart(partNumber: number, body: Buffer): Promise<void>
204
finish(): Promise<void>
205
abort(): Promise<void>
206
}
Callers
1
dispatchPart
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected