()
| 31 | }, []) |
| 32 | |
| 33 | const onClick = () => { |
| 34 | document?.getElementById('github-logo')?.focus() |
| 35 | document?.getElementById('main-content')?.scrollIntoView() |
| 36 | } |
| 37 | |
| 38 | return ( |
| 39 | <div |
nothing calls this directly
no outgoing calls
no test coverage detected