(counts: Map<string, number>)
| 668 | } |
| 669 | |
| 670 | private sortedCountKeys(counts: Map<string, number>): string[] { |
| 671 | return Array.from(counts.keys()).sort(); |
| 672 | } |
| 673 | |
| 674 | private clearFilterIndexes(): void { |
| 675 | this.indexedTaskPaths.clear(); |
no outgoing calls
no test coverage detected