| 10 | } |
| 11 | |
| 12 | export interface DuplicateMatch { |
| 13 | issue_number: number; |
| 14 | issue_title: string; |
| 15 | similarity_score: number; |
| 16 | reasoning: string; |
| 17 | url: string; |
| 18 | } |
| 19 | |
| 20 | export class LabelTaxonomy { |
| 21 | feature_component: string[] = [ |
nothing calls this directly
no outgoing calls
no test coverage detected