()
| 20 | } |
| 21 | |
| 22 | function handleStop(){ |
| 23 | clearInterval(intrervalIdRef.current); |
| 24 | intrervalIdRef.current = null; |
| 25 | } |
| 26 | |
| 27 | function handleReset(){ |
| 28 | clearInterval(intrervalIdRef.current); |
nothing calls this directly
no outgoing calls
no test coverage detected