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

Method getTaskPathsByDate

src/utils/TaskManager.ts:1180–1182  ·  view source on GitHub ↗
(dateStr: string)

Source from the content-addressed store, hash-verified

1178 }
1179
1180 getTaskPathsByDate(dateStr: string): Set<string> {
1181 return new Set(this.getTasksForDate(dateStr));
1182 }
1183
1184 getAllProjectsWithDetails(): Array<{
1185 path: string;

Callers

nothing calls this directly

Calls 1

getTasksForDateMethod · 0.95

Tested by

no test coverage detected