()
| 34 | let line: HoverCommentLine | undefined |
| 35 | |
| 36 | const sync = () => { |
| 37 | const next = props.getHoveredLine() |
| 38 | if (!next) return |
| 39 | line = next |
| 40 | } |
| 41 | |
| 42 | const loop = () => { |
| 43 | if (!button.isConnected) return |
no outgoing calls
no test coverage detected