MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / setAutoArchiveService

Method setAutoArchiveService

src/services/TaskService.ts:194–197  ·  view source on GitHub ↗

* Set auto-archive service for handling automatic archiving

(service: AutoArchiveService)

Source from the content-addressed store, hash-verified

192 * Set auto-archive service for handling automatic archiving
193 */
194 setAutoArchiveService(service: AutoArchiveService): void {
195 this.autoArchiveService = service;
196 this.taskUpdateService.setAutoArchiveService(service);
197 }
198
199 private normalizeStatusValue(value: unknown): string {
200 if (typeof value === "boolean") return value ? "true" : "false";

Calls

no outgoing calls

Tested by

no test coverage detected