* Issue info for tooltip display
| 275 | * Issue info for tooltip display |
| 276 | */ |
| 277 | interface TooltipIssue { |
| 278 | ruleId: string |
| 279 | impact: SeverityThreshold |
| 280 | } |
| 281 | |
| 282 | /** |
| 283 | * Create a tooltip element for issues and position it above the target element |
nothing calls this directly
no outgoing calls
no test coverage detected