MCPcopy Create free account
hub / github.com/ScattrdBlade/bigFileUpload / getUploadProgress

Function getUploadProgress

native.ts:13–15  ·  view source on GitHub ↗
(_: IpcMainInvokeEvent)

Source from the content-addressed store, hash-verified

11let uploadProgress = { loaded: 0, total: 0 };
12
13export async function getUploadProgress(_: IpcMainInvokeEvent): Promise<{ loaded: number; total: number; }> {
14 return uploadProgress;
15}
16
17let activeUploadController: AbortController | null = null;
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected