()
| 35 | } |
| 36 | |
| 37 | function Comp() { |
| 38 | const [state, dispatch] = useReducer(reducer, initState); |
| 39 | _dispatch = dispatch; |
| 40 | states.push(state); |
| 41 | return null; |
| 42 | } |
| 43 | |
| 44 | render(<Comp />, scratch); |
| 45 |
nothing calls this directly
no test coverage detected
searching dependent graphs…