MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / getAllProjects

Method getAllProjects

src/utils/TaskManager.ts:848–851  ·  view source on GitHub ↗

* Get all unique projects from the filter index.

()

Source from the content-addressed store, hash-verified

846 * Get all unique projects from the filter index.
847 */
848 getAllProjects(): string[] {
849 this.ensureFilterIndexes();
850 return this.sortedCountKeys(this.projectCounts);
851 }
852
853 /**
854 * Get all time estimates from the filter index.

Callers 1

getFilterOptionsMethod · 0.80

Calls 2

ensureFilterIndexesMethod · 0.95
sortedCountKeysMethod · 0.95

Tested by

no test coverage detected