Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
259
class
UploadService {
Callers
1
start
Method · 0.95
Calls
1
update
Method · 0.45
Tested by
no test coverage detected