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

Method getAllStatuses

src/utils/TaskManager.ts:816–819  ·  view source on GitHub ↗

* Get all unique statuses from the filter index.

()

Source from the content-addressed store, hash-verified

814 * Get all unique statuses from the filter index.
815 */
816 getAllStatuses(): string[] {
817 this.ensureFilterIndexes();
818 return Array.from(this.statusIndex.keys()).sort();
819 }
820
821 /**
822 * Get all unique priorities from the filter index.

Calls 1

ensureFilterIndexesMethod · 0.95

Tested by

no test coverage detected