(progress)
| 179 | }; |
| 180 | |
| 181 | const progressCallback = (progress) => { |
| 182 | setProgress(progress.loaded / progress.total); |
| 183 | }; |
| 184 | |
| 185 | const sendImage = async () => { |
| 186 | if (!image) { |
nothing calls this directly
no outgoing calls
no test coverage detected