()
| 4 | function Example(args) { |
| 5 | const [tooltipOpen, setTooltipOpen] = useState(false); |
| 6 | const toggle = () => setTooltipOpen(!tooltipOpen); |
| 7 | |
| 8 | return ( |
| 9 | <div> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…