MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / onProgress

Method onProgress

frontend/src/services/uploadService.ts:247–250  ·  view source on GitHub ↗
(progress: number)

Source from the content-addressed store, hash-verified

245 }
246
247 onProgress(progress: number) {
248 this.progress = progress;
249 uploadService.updateProgress();
250 }
251
252 onCompleted() {
253 this.status = "completed";

Callers 2

startMethod · 0.95
onErrorMethod · 0.95

Calls 1

updateProgressMethod · 0.80

Tested by

no test coverage detected