(groupKey: string | null)
| 606 | } |
| 607 | |
| 608 | private getVisibleSortScopePaths(groupKey: string | null): string[] | undefined { |
| 609 | return this.sortScopeTaskPaths.get(this.getSortScopeKey(groupKey)); |
| 610 | } |
| 611 | |
| 612 | private getCandidateSortScopePaths(groupKey: string | null): string[] | undefined { |
| 613 | return this.sortScopeCandidateTaskPaths.get(this.getSortScopeKey(groupKey)); |
no test coverage detected