()
| 77 | } |
| 78 | |
| 79 | getAllLabels(): string[] { |
| 80 | return [ |
| 81 | ...this.feature_component, |
| 82 | ...this.os_specific, |
| 83 | ...this.theme, |
| 84 | ...this.workflow, |
| 85 | ...this.special, |
| 86 | ]; |
| 87 | } |
| 88 | } |
| 89 | |
| 90 | export interface IssueData { |
no outgoing calls
no test coverage detected