* Get all unique priorities from the filter index.
()
| 822 | * Get all unique priorities from the filter index. |
| 823 | */ |
| 824 | getAllPriorities(): string[] { |
| 825 | this.ensureFilterIndexes(); |
| 826 | return Array.from(this.priorityIndex.keys()).sort(); |
| 827 | } |
| 828 | |
| 829 | /** |
| 830 | * Get all unique tags from the filter index. |
no test coverage detected