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

Method getAllTaskPaths

src/bootstrap/pluginServices.ts:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16export interface TaskPathAccessor {
17 getAllTaskPaths(): Set<string>;
18}
19
20export interface TaskEventSource {

Callers 15

loadUnscheduledTasksMethod · 0.65
getAllTasksMethod · 0.65
calculateProjectTrendMethod · 0.65
getFilterOptionsMethod · 0.65
getTasksForDateMethod · 0.65
getOverdueTasksMethod · 0.65

Implementers 2

TaskManagersrc/utils/TaskManager.ts
FakeCachetests/services/FilterService.hierarchi

Calls

no outgoing calls

Tested by

no test coverage detected