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

Method getAllContexts

src/utils/TaskManager.ts:840–843  ·  view source on GitHub ↗

* Get all unique contexts from the filter index.

()

Source from the content-addressed store, hash-verified

838 * Get all unique contexts from the filter index.
839 */
840 getAllContexts(): string[] {
841 this.ensureFilterIndexes();
842 return this.sortedCountKeys(this.contextCounts);
843 }
844
845 /**
846 * Get all unique projects from the filter index.

Callers 6

getContextOptionsMethod · 0.80
getContextSuggestionsMethod · 0.80
getSuggestionsMethod · 0.80
getFilterOptionsMethod · 0.80
getListSuggestionsFunction · 0.80

Calls 2

ensureFilterIndexesMethod · 0.95
sortedCountKeysMethod · 0.95

Tested by

no test coverage detected