MCPcopy Create free account
hub / github.com/VadimNotJustDev/SignalClone / progressCallback

Function progressCallback

components/MessageInput/MessageInput.tsx:181–183  ·  view source on GitHub ↗
(progress)

Source from the content-addressed store, hash-verified

179 };
180
181 const progressCallback = (progress) => {
182 setProgress(progress.loaded / progress.total);
183 };
184
185 const sendImage = async () => {
186 if (!image) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected