(tasks: readonly TaskInfo[])
| 2226 | } |
| 2227 | |
| 2228 | private getTopLevelRenderTasks(tasks: readonly TaskInfo[]): TaskInfo[] { |
| 2229 | return this.hideTopLevelSubtasks ? this.filterTopLevelSubtasks(tasks) : [...tasks]; |
| 2230 | } |
| 2231 | |
| 2232 | private setExpandedRelationshipTaskScope(tasks: readonly TaskInfo[]): void { |
| 2233 | this.expandedRelationshipTaskPaths.clear(); |
no outgoing calls
no test coverage detected