MCPcopy Create free account
hub / github.com/idosal/git-mcp / complete

Method complete

worker-configuration.d.ts:1572–1572  ·  view source on GitHub ↗
(uploadedParts: R2UploadedPart[])

Source from the content-addressed store, hash-verified

1570 uploadPart(partNumber: number, value: ReadableStream | (ArrayBuffer | ArrayBufferView) | string | Blob, options?: R2UploadPartOptions): Promise<R2UploadedPart>;
1571 abort(): Promise<void>;
1572 complete(uploadedParts: R2UploadedPart[]): Promise<R2Object>;
1573}
1574interface R2UploadedPart {
1575 partNumber: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected