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

Method onStart

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

Source from the content-addressed store, hash-verified

106 }
107
108 onStart() {
109 this.callbacks.onStart.forEach((callback) => {
110 try {
111 callback();
112 } catch (e) {
113 console.error("Error in upload start callback:", e);
114 }
115 });
116 this.callbacks.onStart.clear();
117 }
118
119 onEnd() {
120 this.callbacks.onEnd.forEach((callback) => {

Callers 2

appendMethod · 0.95
updateMethod · 0.45

Calls 2

errorMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected