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

Method getAllPriorities

src/utils/TaskManager.ts:824–827  ·  view source on GitHub ↗

* Get all unique priorities from the filter index.

()

Source from the content-addressed store, hash-verified

822 * Get all unique priorities from the filter index.
823 */
824 getAllPriorities(): string[] {
825 this.ensureFilterIndexes();
826 return Array.from(this.priorityIndex.keys()).sort();
827 }
828
829 /**
830 * Get all unique tags from the filter index.

Callers 3

buildActionsListMethod · 0.45
groupTasksMethod · 0.45

Calls 1

ensureFilterIndexesMethod · 0.95

Tested by

no test coverage detected