* Get all unique projects from the filter index.
()
| 846 | * Get all unique projects from the filter index. |
| 847 | */ |
| 848 | getAllProjects(): string[] { |
| 849 | this.ensureFilterIndexes(); |
| 850 | return this.sortedCountKeys(this.projectCounts); |
| 851 | } |
| 852 | |
| 853 | /** |
| 854 | * Get all time estimates from the filter index. |
no test coverage detected