()
| 672 | } |
| 673 | |
| 674 | private clearFilterIndexes(): void { |
| 675 | this.indexedTaskPaths.clear(); |
| 676 | this.taskFilterEntries.clear(); |
| 677 | this.statusIndex.clear(); |
| 678 | this.priorityIndex.clear(); |
| 679 | this.dueDateIndex.clear(); |
| 680 | this.scheduledDateIndex.clear(); |
| 681 | this.tagCounts.clear(); |
| 682 | this.contextCounts.clear(); |
| 683 | this.projectCounts.clear(); |
| 684 | } |
| 685 | |
| 686 | /** |
| 687 | * Get all tasks by scanning all markdown files (just-in-time) |
no test coverage detected