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

Method getCompletionDateForTask

src/services/TaskService.ts:206–208  ·  view source on GitHub ↗
(task: TaskInfo)

Source from the content-addressed store, hash-verified

204 }
205
206 private getCompletionDateForTask(task: TaskInfo): string {
207 return task.occurrence_date || getCurrentDateString();
208 }
209
210 /**
211 * Process a folder path template with task and date variables

Callers 1

updatePropertyMethod · 0.95

Calls 1

getCurrentDateStringFunction · 0.90

Tested by

no test coverage detected