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

Method getAllTaskPaths

src/utils/TaskManager.ts:708–711  ·  view source on GitHub ↗

* Get all task paths from the filter index.

()

Source from the content-addressed store, hash-verified

706 * Get all task paths from the filter index.
707 */
708 getAllTaskPaths(): Set<string> {
709 this.ensureFilterIndexes();
710 return new Set(this.indexedTaskPaths);
711 }
712
713 /**
714 * Get tasks for a specific date from due and scheduled indexes.

Callers

nothing calls this directly

Calls 1

ensureFilterIndexesMethod · 0.95

Tested by

no test coverage detected