Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
start
Method · 0.95
onError
Method · 0.95
Calls
1
updateProgress
Method · 0.80
Tested by
no test coverage detected