* Get all unique contexts from the filter index.
()
| 838 | * Get all unique contexts from the filter index. |
| 839 | */ |
| 840 | getAllContexts(): string[] { |
| 841 | this.ensureFilterIndexes(); |
| 842 | return this.sortedCountKeys(this.contextCounts); |
| 843 | } |
| 844 | |
| 845 | /** |
| 846 | * Get all unique projects from the filter index. |
no test coverage detected