MCPcopy
hub / github.com/callumalpass/tasknotes / clearFilterIndexes

Method clearFilterIndexes

src/utils/TaskManager.ts:674–684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)

Callers 4

ensureFilterIndexesMethod · 0.95
destroyMethod · 0.95
updateConfigMethod · 0.95
clearAllCachesMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected