(dateStr: string)
| 1178 | } |
| 1179 | |
| 1180 | getTaskPathsByDate(dateStr: string): Set<string> { |
| 1181 | return new Set(this.getTasksForDate(dateStr)); |
| 1182 | } |
| 1183 | |
| 1184 | getAllProjectsWithDetails(): Array<{ |
| 1185 | path: string; |
nothing calls this directly
no test coverage detected