MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / sortedCountKeys

Method sortedCountKeys

src/utils/TaskManager.ts:670–672  ·  view source on GitHub ↗
(counts: Map<string, number>)

Source from the content-addressed store, hash-verified

668 }
669
670 private sortedCountKeys(counts: Map<string, number>): string[] {
671 return Array.from(counts.keys()).sort();
672 }
673
674 private clearFilterIndexes(): void {
675 this.indexedTaskPaths.clear();

Callers 3

getAllTagsMethod · 0.95
getAllContextsMethod · 0.95
getAllProjectsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected