(tasks: TaskInfo[])
| 129 | } |
| 130 | |
| 131 | export function filterStatsVisibleTasks(tasks: TaskInfo[]): TaskInfo[] { |
| 132 | return tasks.filter((task) => !task.archived); |
| 133 | } |
| 134 | |
| 135 | export function getVisibleStatsProjectNames( |
| 136 | projects: string[] | undefined, |
no outgoing calls
no test coverage detected