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

Function shouldShowRecurringTaskOnDate

src/utils/helpers.ts:454–456  ·  view source on GitHub ↗
(task: TaskInfo, targetDate: Date)

Source from the content-addressed store, hash-verified

452 * Checks if a recurring task should be due on the current target date
453 */
454export function shouldShowRecurringTaskOnDate(task: TaskInfo, targetDate: Date): boolean {
455 return shouldShowRecurringTaskOnDateCore(task, targetDate);
456}
457
458/**
459 * Gets the completion state text for a recurring task on a specific date

Callers 1

helpers.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected