(groupKey: string | null)
| 610 | } |
| 611 | |
| 612 | private getCandidateSortScopePaths(groupKey: string | null): string[] | undefined { |
| 613 | return this.sortScopeCandidateTaskPaths.get(this.getSortScopeKey(groupKey)); |
| 614 | } |
| 615 | |
| 616 | private setSortScopePaths(entries: Iterable<[string | null, string[]]>): void { |
| 617 | this.sortScopeTaskPaths.clear(); |
no test coverage detected