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

Method onCompleted

frontend/src/services/uploadService.ts:252–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 }
251
252 onCompleted() {
253 this.status = "completed";
254 this.file.uploadedSize += this.rangeEnd - this.rangeStart;
255 uploadService.update();
256 }
257}
258
259class UploadService {

Callers 1

startMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected