()
| 50 | } |
| 51 | |
| 52 | function decreaseSpeed(): void { |
| 53 | setSpeed((prev) => prev - 0.1); |
| 54 | } |
| 55 | |
| 56 | function changeSrc(): void { |
| 57 | const totalAnimations = animations.length; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…